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 /app/build.gradle | |
parent | 1af2414105b33e92b7a9902b016aa7f4a9b3c869 (diff) | |
download | frost-a8521935200a858d77fb8abfcc6d60e6a626eece.tar.gz frost-a8521935200a858d77fb8abfcc6d60e6a626eece.tar.bz2 frost-a8521935200a858d77fb8abfcc6d60e6a626eece.zip |
Update kau and fix 29 incompatibilities
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 302d79c1..2348e053 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,7 +20,7 @@ android { } defaultConfig { - applicationId "${project.APP_GROUP}." + project.APP_ID.toLowerCase(Locale.CANADA) + applicationId "${project.APP_GROUP}.${project.APP_ID.toLowerCase(Locale.CANADA)}" minSdkVersion kau.Versions.minSdk targetSdkVersion kau.Versions.targetSdk versionCode androidGitVersion.code() |