diff options
author | Arne Schwabe <arne@rfc2549.org> | 2023-07-27 12:58:44 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2023-07-27 12:58:44 +0200 |
commit | ab5ce84a3414dd433781e05d7fcff9291f0a4f92 (patch) | |
tree | bbd42bab27b5330e58a4e2b7725f83d8cc88791f | |
parent | 0c527c123be12f425ca1c1d68233aae3ccac6a87 (diff) |
Update gradle build tools
-rw-r--r-- | build.gradle.kts | 4 | ||||
-rw-r--r-- | gradle.properties | 1 | ||||
-rw-r--r-- | gradle/wrapper/gradle-wrapper.properties | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index db31fcb1..3b41e700 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,13 +7,13 @@ buildscript { var kotlin_version: String by extra - kotlin_version = "1.8.20" + kotlin_version = "1.9.0" repositories { google() mavenCentral() } dependencies { - classpath("com.android.tools.build:gradle:8.0.2") + classpath("com.android.tools.build:gradle:8.1.0") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version") } } diff --git a/gradle.properties b/gradle.properties index 766a0917..0e3e6a55 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,6 @@ # android.useAndroidX=true -android.enableUnitTestBinaryResources=false android.defaults.buildfeatures.buildconfig=true android.nonTransitiveRClass=false android.nonFinalResIds=false diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 8b3d4701..06fe19dc 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-all.zip |