diff options
author | Allan Wang <me@allanwang.ca> | 2017-08-18 14:40:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-18 14:40:08 -0700 |
commit | 52bfdb66ca8d44986b3f1ae51c921a939db17ac6 (patch) | |
tree | 32f58037b4091ed19a15f71b6cf7ee358a6f5820 /gradle.properties | |
parent | 2eaad9b72746d57c187d2ded7f40d803f88dfcee (diff) | |
download | frost-52bfdb66ca8d44986b3f1ae51c921a939db17ac6.tar.gz frost-52bfdb66ca8d44986b3f1ae51c921a939db17ac6.tar.bz2 frost-52bfdb66ca8d44986b3f1ae51c921a939db17ac6.zip |
Misc (#190)
* Update play store description
* Finalize description
* Update kotlin and bg2 for custom themes
* Update to Android Studio 3.0 beta 2
* Update test dependencies and add logging to image activity
* Rename throwable to errorRef
* Update searchview and media picker through kau
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index 9c9fe04c..5a8a03c4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,8 +17,8 @@ MIN_SDK=21 TARGET_SDK=26 BUILD_TOOLS=26.0.1 -KAU=4d3d570 -KOTLIN=1.1.3-2 +KAU=caab9d5 +KOTLIN=1.1.4 CRASHLYTICS=2.6.8 DBFLOW=4.0.5 @@ -39,4 +39,8 @@ RX_NETWORK=0.11.0 SCALE_IMAGE_VIEW=3.6.0 SLIDING_PANEL=3.3.1 +JUNIT=4.12 +TEST_RULE=0.5 +TEST_RUNNER=1.0.0 + android.enableAapt2=false
\ No newline at end of file |