diff options
author | Allan Wang <me@allanwang.ca> | 2017-08-03 22:21:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-03 22:21:51 -0700 |
commit | 7746e63373c905faa6d7e45e45fffc48d3ffff85 (patch) | |
tree | 5d1bd4338a722619bb892abb308b369abc61f396 /gradle.properties | |
parent | 5583f519dd7c4843f045029b0e48fd882dd79c71 (diff) | |
download | frost-7746e63373c905faa6d7e45e45fffc48d3ffff85.tar.gz frost-7746e63373c905faa6d7e45e45fffc48d3ffff85.tar.bz2 frost-7746e63373c905faa6d7e45e45fffc48d3ffff85.zip |
Add IM notifications, FAQ, video uploading, and geolocations (#107)
* Test canary
* Update activities to use kau base
* Update dependencies
* Cherry pick faq
* Update kau and add faq
* Add readme badges
* Add im notifications and video uploading
* Update theme
* Update and fix unit tests
* Add geolocation
* Prepare alpha test
* Remove explicit nonnull request
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gradle.properties b/gradle.properties index 48998995..589a03a0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,19 +17,18 @@ MIN_SDK=21 TARGET_SDK=26 BUILD_TOOLS=26.0.1 -KAU=bbaa795 +KAU=ca2cda0 KOTLIN=1.1.3-2 CRASHLYTICS=2.6.8 DBFLOW=4.0.5 -IAB=1.0.42 +IAB=1.0.43 IICON_COMMUNITY=1.9.32.2 IICON_MATERIAL=2.2.0.3 JSOUP=1.10.3 LEAK_CANARY=1.5.1 -MATERIAL_DRAWER=5.9.4 -MATERIAL_DRAWER_KT=1.0.5 +MATERIAL_DRAWER_KT=1.0.6 OKHTTP=3.8.1 PAPER_PARCEL=2.0.1 -ROBOELECTRIC=3.4-rc3 +ROBOELECTRIC=3.4 SCALE_IMAGE_VIEW=3.6.0 SLIDING_PANEL=3.3.1
\ No newline at end of file |