diff options
author | Allan Wang <me@allanwang.ca> | 2019-06-06 16:23:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-06 16:23:22 -0400 |
commit | dc409d14c26a9cb6be4eecfb59e56f37207572c8 (patch) | |
tree | 2228e607efc3917ea8c38f83dfff21c4ea3fe5dd /gradle.properties | |
parent | 17a6a36279f20974e4db8d7355e747f4f59c1af1 (diff) | |
download | frost-dc409d14c26a9cb6be4eecfb59e56f37207572c8.tar.gz frost-dc409d14c26a9cb6be4eecfb59e56f37207572c8.tar.bz2 frost-dc409d14c26a9cb6be4eecfb59e56f37207572c8.zip |
Enhancement/whatsnew (#1434)
* Use kts for settings
* Update whatsnew automatically
* Remove changelog length check
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index c64655c4..b32725c3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,11 +16,11 @@ org.gradle.daemon = true APP_ID=Frost APP_GROUP=com.pitchedapps -KAU=4.0.0 +KAU=c6a5b4e KOTLIN=1.3.31 # https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google -ANDROID_GRADLE=3.3.2 +ANDROID_GRADLE=3.4.1 # https://github.com/diffplug/spotless/blob/master/plugin-gradle/CHANGES.md SPOTLESS=3.21.1 |