diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-09 13:55:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-09 13:55:34 -0700 |
commit | 50308831b3e33526a2e672c26765bb02856a3e92 (patch) | |
tree | 017113f3429be00e031562fe9f920388aa15c21a /README.md | |
parent | fad41577c854ba6f8c4b27aebf734180307cf6c6 (diff) | |
download | kau-50308831b3e33526a2e672c26765bb02856a3e92.tar.gz kau-50308831b3e33526a2e672c26765bb02856a3e92.tar.bz2 kau-50308831b3e33526a2e672c26765bb02856a3e92.zip |
Dynamic Module Link (#3)
* Add default
* Link base url
* Test variables
* View base url
* Test relative
* G
* Indicator
* G
* P
* Test sub
* T
* Fix tag
* S
* SS
* 5
* 6
* RC
* RC1
* RC2
* RC3
* RC4
* RC5
* RC6
* RC7
* RC8
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -26,7 +26,8 @@ allprojects { ``` And add the following dependencies (You can use a specific version, commit, or -SNAPSHOT): -Note that only core is required if you want the basic features. + +Note that only `core` is required if you want the basic features. Note that if you use any particular submodule, it will automatically include all of its necessary submodules. ```gradle |