diff options
author | Allan Wang <me@allanwang.ca> | 2017-08-20 00:17:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-20 00:17:21 -0700 |
commit | c28dfff0636f50a00bbaacf0db82a5ba359ac5e0 (patch) | |
tree | 14fda3e4ef4172aa4bad66a36e686653cd1a1c9f /gradle.properties | |
parent | 55cda1842fa1d302e0a282830255c684a6be3474 (diff) | |
download | frost-c28dfff0636f50a00bbaacf0db82a5ba359ac5e0.tar.gz frost-c28dfff0636f50a00bbaacf0db82a5ba359ac5e0.tar.bz2 frost-c28dfff0636f50a00bbaacf0db82a5ba359ac5e0.zip |
Fix/text pref overflow (#204)v1.4.10
* Add check to see if signing is valid
* Add test keystore
* Update through kau
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 3bda4823..6d2d2a98 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ MIN_SDK=21 TARGET_SDK=26 BUILD_TOOLS=26.0.1 -KAU=20f9648 +KAU=580c6bc KOTLIN=1.1.4 COMMONS_TEXT=1.1 |