diff options
author | Allan Wang <me@allanwang.ca> | 2018-02-16 21:51:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-16 21:51:02 -0500 |
commit | fec23276e8290d4600ef79c54b5fcb00673daa83 (patch) | |
tree | c1e7710e91b4152bf40f736294aef12a635535b2 /gradle.properties | |
parent | d68ea6d7eb8cadf687308fa3204386b79df0556b (diff) | |
download | frost-fec23276e8290d4600ef79c54b5fcb00673daa83.tar.gz frost-fec23276e8290d4600ef79c54b5fcb00673daa83.tar.bz2 frost-fec23276e8290d4600ef79c54b5fcb00673daa83.zip |
Update/misc (#728)
* Update basic agent check; fixes #714
* Disable swipe on long click
* Remove duplicate code
* Update dependencies
* Update dependencies 2
* Add debug keystore
* Update versions
* Fix duplicate notification
* Fix duplicate notification sound; addreesses #725
* Update changelog
* Clean up
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gradle.properties b/gradle.properties index e3c29781..4b9a631a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,23 +14,23 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryErro APP_ID=Frost APP_GROUP=com.pitchedapps -KAU=f5d6ddb +KAU=e229146 KOTLIN=1.2.21 COMMONS_TEXT=1.2 -CRASHLYTICS=2.8.0 +CRASHLYTICS=2.9.0 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.2.2 +MATERIAL_DRAWER_KT=1.3.3 OKHTTP=3.9.1 PAPER_PARCEL=2.0.4 ROBOELECTRIC=3.4 RX_ANDROID=2.0.1 RX_BINDING=2.0.0 -RX_JAVA=2.1.8 +RX_JAVA=2.1.9 RX_KOTLIN=2.2.0 RX_NETWORK=0.12.1 SCALE_IMAGE_VIEW=3.9.0 |