Skip to content

Commit 6432c32

Browse files
chore: bump AGP to 9.2.0
1 parent d5d294f commit 6432c32

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
33
import org.jlleitschuh.gradle.ktlint.reporter.ReporterType
44

55
plugins {
6-
id("com.android.application") version "8.13.2"
7-
id("org.jetbrains.kotlin.android") version "2.3.21"
6+
id("com.android.application") version "9.2.0"
87
id("org.jetbrains.kotlin.plugin.compose") version "2.3.21"
98
id("org.jetbrains.kotlin.plugin.serialization") version "2.3.21"
109
id("com.google.protobuf") version "0.10.0"
@@ -21,6 +20,7 @@ android {
2120
buildFeatures {
2221
viewBinding = true
2322
compose = true
23+
buildConfig = true
2424
}
2525

2626
defaultConfig {

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
22
android.useAndroidX=true
33
kotlin.code.style=official
44
android.enableJetifier=true
5-
android.defaults.buildfeatures.buildconfig=true
65
android.nonTransitiveRClass=false
76
android.nonFinalResIds=false

0 commit comments

Comments
 (0)