diff options
author | Allan Wang <me@allanwang.ca> | 2019-06-13 14:05:10 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-06-13 14:05:10 -0700 |
commit | a8521935200a858d77fb8abfcc6d60e6a626eece (patch) | |
tree | e8025b92998fa2913ddaa5d5f55c378b7e3999dc /gradle.properties | |
parent | 1af2414105b33e92b7a9902b016aa7f4a9b3c869 (diff) | |
download | frost-a8521935200a858d77fb8abfcc6d60e6a626eece.tar.gz frost-a8521935200a858d77fb8abfcc6d60e6a626eece.tar.bz2 frost-a8521935200a858d77fb8abfcc6d60e6a626eece.zip |
Update kau and fix 29 incompatibilities
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 4b4a34bd..5b4637fd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,7 +16,7 @@ org.gradle.daemon = true APP_ID=Frost APP_GROUP=com.pitchedapps -KAU=318e42c +KAU=e1849c9 android.useAndroidX=true android.enableJetifier=true |