diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-02 12:35:56 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-07-02 12:35:56 -0700 |
commit | 087cf39f15a0388a79dbe13a41f2ee59a519847c (patch) | |
tree | 5a278deab01e06fefd06088e3ec3b91209ef72cc /README.md | |
parent | c0decd6f72d825db989275e216aa97741cce412f (diff) | |
download | kau-087cf39f15a0388a79dbe13a41f2ee59a519847c.tar.gz kau-087cf39f15a0388a79dbe13a41f2ee59a519847c.tar.bz2 kau-087cf39f15a0388a79dbe13a41f2ee59a519847c.zip |
Update readme and use git versioning
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -232,6 +232,7 @@ Be sure to include the activity in your Manifest and have it extend `Kau.Translu ## Extension Functions > "[Extensions](https://kotlinlang.org/docs/reference/extensions.html) provide the ability to extend a class with new functionality without having to inherit from the class" +Note that since KAU depends on [ANKO](https://github.com/Kotlin/anko), all of the extensions in its core package is also in KAU. ### AnimUtils > Extends View |