aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-08-19 09:47:05 -0700
committerGitHub <noreply@github.com>2017-08-19 09:47:05 -0700
commit84bf883a47b956865d31b1b618d5495fcd7d4876 (patch)
tree0fb0f83af4862a127bca7d8451ef2c7188a08d83 /gradle.properties
parent5d9a3fd7fb8f2f9d0f592c89446824980c9841c6 (diff)
downloadfrost-1.4.7.tar.gz
frost-1.4.7.tar.bz2
frost-1.4.7.zip
v1.4.7 (#195)v1.4.7
* Add try catch (#179) * Add checks before injections (#180) * Enhancement/url redirect manager (#182) * Initial blacklist * Move js checks to java * Optimize imports and clean up request interceptor * 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 * Update themes (#183) * Theme content now found view * Update verified bg and bg2 for transparent themes * Fix check in star text * Various fixes * Create base svg sass images * Feature/theme accent (#192) * Add lots of theming components * Optimize and add * Update accents * Misc 2 (#191) * Add further checks for iab and remove generic error dialog * Theme all snackbars * Add dynamic media action tile * Enhancement/media-camera-picker (#194) * Update kau * Update changelog
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties9
1 files changed, 7 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties
index 9c9fe04c..3bda4823 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -17,9 +17,10 @@ MIN_SDK=21
TARGET_SDK=26
BUILD_TOOLS=26.0.1
-KAU=4d3d570
-KOTLIN=1.1.3-2
+KAU=20f9648
+KOTLIN=1.1.4
+COMMONS_TEXT=1.1
CRASHLYTICS=2.6.8
DBFLOW=4.0.5
IAB=1.0.44
@@ -39,4 +40,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