diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-18 20:16:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-18 20:16:23 -0700 |
commit | 8f2b5ac043f47cc44f43c3788d1377083fb339a2 (patch) | |
tree | 8f91042414de211cbfe67a76298300884f46a765 /gradle.properties | |
parent | 4eee8d59c21b2061b9f5fd0e805ca60ab84c3585 (diff) | |
download | kau-8f2b5ac043f47cc44f43c3788d1377083fb339a2.tar.gz kau-8f2b5ac043f47cc44f43c3788d1377083fb339a2.tar.bz2 kau-8f2b5ac043f47cc44f43c3788d1377083fb339a2.zip |
Dev 2.1 (#8)
* Rewrite animation interfaces
* Update changelog
* Add scale factor for slide
* Remove margins in iitems and replace with decorators
* Remove mutable list
* Switch cardiitem to use lambdas for click
* status
* Utils update and imagepicker fixes
* Remove stringholder
* Add fade in fade out
* Increment about version
* Rename fromedge to direction in javadocs
* More logging
* Add logging and docs
* Make card icons visible
* Update email builder and icon padding
* Create elastic recycler activity
* Fix card iitem
* Add lint check and plurals
* Inline all the things
* Format and sort xml
* Update dependencies and increment version
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/gradle.properties b/gradle.properties index 8e2555e..102d6a7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,18 +23,19 @@ BUILD_TOOLS=26.0.0 ANDROID_SUPPORT_LIBS=26.0.0-beta2 KOTLIN=1.1.3-2 -MATERIAL_DIALOG=0.9.4.5 -ICONICS=2.8.9 -IICON_GOOGLE=3.0.1.1 -TIMBER=4.5.1 +ABOUT_LIBRARIES=5.9.7 +ANKO=0.10.1 +BLURRY=2.1.1 CONSTRAINT_LAYOUT=1.1.0-beta1 FAST_ADAPTER=2.6.2 FAST_ADAPTER_COMMONS=2.6.0 -ANKO=0.10.1 -RX_JAVA=2.1.1 -RX_KOTLIN=2.1.0 +GLIDE=4.0.0-RC1 +ICONICS=2.9.0 +IICON_GOOGLE=3.0.1.1 +MATERIAL_DIALOG=0.9.4.5 RX_ANDROID=2.0.1 RX_BINDING=2.0.0 -ABOUT_LIBRARIES=5.9.6 -GLIDE=4.0.0-RC1 +RX_JAVA=2.1.1 +RX_KOTLIN=2.1.0 +TIMBER=4.5.1 |