diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-08 19:21:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-08 19:21:13 -0400 |
commit | 085295d5dbda84ff02221cc65bd472fff69e636e (patch) | |
tree | 12768bed871581a054941b030f1e1224278fc794 /gradle.properties | |
parent | b10a745c7f0f46f4f014e1ba7fa71172d7442b83 (diff) | |
download | frost-085295d5dbda84ff02221cc65bd472fff69e636e.tar.gz frost-085295d5dbda84ff02221cc65bd472fff69e636e.tar.bz2 frost-085295d5dbda84ff02221cc65bd472fff69e636e.zip |
Dev 1.2.1 (#43) - Revamp notificationsv1.2.1
* Test proguard
* Test proguard without enums
* Allow notifications from only current account
* Prettify notifications
* Clean up layouts
* Test proguard log
* Update rxkotlin
* Update remaining dependencies
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gradle.properties b/gradle.properties index 758a2007..630f03f1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,16 +17,16 @@ MIN_SDK=21 TARGET_SDK=26 BUILD_TOOLS=26.0.0 -KAU=bb8ea41755 +KAU=880d433e47 KOTLIN=1.1.3 -MATERIAL_DRAWER=5.9.3 -MATERIAL_DRAWER_KT=1.0.4 -IICON_MATERIAL=2.2.0.2 -IICON_COMMUNITY=1.9.32.1 +MATERIAL_DRAWER=5.9.4 +MATERIAL_DRAWER_KT=1.0.5 +IICON_MATERIAL=2.2.0.3 +IICON_COMMUNITY=1.9.32.2 JSOUP=1.10.3 GLIDE=4.0.0-RC1 DBFLOW=4.0.4 PAPER_PARCEL=2.0.1 CRASHLYTICS=2.6.8 LEAK_CANARY=1.5.1 -ROBOELECTRIC=3.3.2
\ No newline at end of file +ROBOELECTRIC=3.4-rc3
\ No newline at end of file |