diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-06 19:26:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-06 19:26:38 -0400 |
commit | bb70ed737d98abbd6164b66ac5bd667553b312bd (patch) | |
tree | 1899d7adefe3fbf67e6fd26a4da0837898bd6d7a /gradle.properties | |
parent | 2586e947f769740dd8cb8bf8b1dd0473b51e50e4 (diff) | |
download | frost-bb70ed737d98abbd6164b66ac5bd667553b312bd.tar.gz frost-bb70ed737d98abbd6164b66ac5bd667553b312bd.tar.bz2 frost-bb70ed737d98abbd6164b66ac5bd667553b312bd.zip |
Dev 1.1.5 - JS fixes & sharing intents (#32)v1.1.5
* Add sharing intents
* Fix up multiple js instances
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 31ca85ec..7894fbe4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ MIN_SDK=21 TARGET_SDK=26 BUILD_TOOLS=26.0.0 -KAU=f073106905 +KAU=6555a738c4 KOTLIN=1.1.3 MATERIAL_DRAWER=5.9.3 MATERIAL_DRAWER_KT=1.0.4 |