diff options
author | Allan Wang <me@allanwang.ca> | 2017-12-11 17:52:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-11 17:52:24 -0500 |
commit | db262e95779e0a17275bdb94be2b0ac12819178e (patch) | |
tree | 42b89edf8796e85e362ca86dead1170cb38f6434 /gradle.properties | |
parent | 1d4380cee77fc049a54d280a27dcefa3fa6ff1fd (diff) | |
download | frost-db262e95779e0a17275bdb94be2b0ac12819178e.tar.gz frost-db262e95779e0a17275bdb94be2b0ac12819178e.tar.bz2 frost-db262e95779e0a17275bdb94be2b0ac12819178e.zip |
Feature/tab customization (#522)
* Add initial tab customizing view
* Add rest of content for now
* Delete project file backups
* Stash
* Support full tab customization
* Test activity animations
* Update kau and fix sound uri
* Try catch download, resolves #523
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/gradle.properties b/gradle.properties index cfed8d27..723f2cd3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,22 +15,23 @@ APP_ID=Frost APP_GROUP=com.pitchedapps MIN_SDK=21 TARGET_SDK=27 -BUILD_TOOLS=27.0.1 +BUILD_TOOLS=27.0.2 -KAU=3.5.1 +KAU=6f24f23 KOTLIN=1.2.0 COMMONS_TEXT=1.1 CRASHLYTICS=2.8.0 DBFLOW=4.1.2 EXOMEDIA=4.0.3 +FAST_ADAPTER_EXTENSIONS=3.0.3 IAB=1.0.44 IICON_COMMUNITY=2.0.46.1 -IICON_MATERIAL=2.2.0.3 -JSOUP=1.11.1 +IICON_MATERIAL=2.2.0.4 +JSOUP=1.11.2 LEAK_CANARY=1.5.4 MATERIAL_DRAWER_KT=1.2.2 -OKHTTP=3.9.0 +OKHTTP=3.9.1 PAPER_PARCEL=2.0.4 ROBOELECTRIC=3.4 RX_ANDROID=2.0.1 @@ -43,6 +44,4 @@ SLIDING_PANEL=3.4.0 JUNIT=4.12 TEST_RULE=0.5 -TEST_RUNNER=1.0.0 - -#android.enableAapt2=false
\ No newline at end of file +TEST_RUNNER=1.0.0
\ No newline at end of file |