diff options
author | Allan Wang <me@allanwang.ca> | 2018-12-25 16:32:51 -0500 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2018-12-25 16:32:51 -0500 |
commit | 697e457da453568ca703c2b655a2dd490157b443 (patch) | |
tree | c066cc83ee96c83a05d2b35b609a924b5c87a241 /gradle.properties | |
parent | 25760fa2d066a23e7fc72747f59c964e76ed0889 (diff) | |
download | frost-697e457da453568ca703c2b655a2dd490157b443.tar.gz frost-697e457da453568ca703c2b655a2dd490157b443.tar.bz2 frost-697e457da453568ca703c2b655a2dd490157b443.zip |
Clean up image activity and prepare for tests
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 792f6ac0..6778bba4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryErro APP_ID=Frost APP_GROUP=com.pitchedapps -KAU=b4a2ded +KAU=d850474 KOTLIN=1.3.11 # https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google |