diff options
author | Allan Wang <me@allanwang.ca> | 2018-03-11 15:47:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-11 15:47:35 -0400 |
commit | 67988a25d83fc10b187fcc821c3ceacfad0195d5 (patch) | |
tree | 58d6622f3eccf0275d55ee7f6ef2ba76845211ab /gradle.properties | |
parent | 7f74e08270e34eb66a824ac18519293d4a42278c (diff) | |
download | frost-67988a25d83fc10b187fcc821c3ceacfad0195d5.tar.gz frost-67988a25d83fc10b187fcc821c3ceacfad0195d5.tar.bz2 frost-67988a25d83fc10b187fcc821c3ceacfad0195d5.zip |
Fix/notification sound (#763)
* Update dependencies
* Update theme
* Fix bad css merge
* Add notification feedback for fetching now
* Hide notif settings that no longer work with channels
* Wip android o channels
* Revert back to old group method
* Update dependencies
* Update rxnetwork version
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gradle.properties b/gradle.properties index 4b9a631a..9ba8c9d5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,25 +14,25 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryErro APP_ID=Frost APP_GROUP=com.pitchedapps -KAU=e229146 -KOTLIN=1.2.21 +KAU=e97db5c +KOTLIN=1.2.30 COMMONS_TEXT=1.2 -CRASHLYTICS=2.9.0 +CRASHLYTICS=2.9.1 DBFLOW=4.2.4 EXOMEDIA=4.1.0 IAB=1.0.44 JSOUP=1.11.2 LEAK_CANARY=1.5.4 MATERIAL_DRAWER_KT=1.3.3 -OKHTTP=3.9.1 +OKHTTP=3.10.0 PAPER_PARCEL=2.0.4 ROBOELECTRIC=3.4 -RX_ANDROID=2.0.1 +RX_ANDROID=2.0.2 RX_BINDING=2.0.0 -RX_JAVA=2.1.9 +RX_JAVA=2.1.10 RX_KOTLIN=2.2.0 -RX_NETWORK=0.12.1 +RX_NETWORK=0.12.3 SCALE_IMAGE_VIEW=3.9.0 SLIDING_PANEL=3.4.0 |