Skip to content

Commit 7cbf6a9

Browse files
committed
chore: update compileSdk; update config of buildConfig feature
1 parent 6282e4c commit 7cbf6a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle.kts

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515
}
1616

1717
android {
18-
compileSdk = 33
18+
compileSdk = 34
1919

2020
compileOptions {
2121
sourceCompatibility = JavaVersion.VERSION_17
@@ -28,6 +28,7 @@ android {
2828

2929
buildFeatures {
3030
compose = true
31+
buildConfig = true
3132
}
3233

3334
composeOptions {

gradle.properties

-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ android.useAndroidX=true
1919
#android.enableJetifier=true
2020
# Kotlin code style for this project: "official" or "obsolete":
2121
kotlin.code.style=official
22-
android.defaults.buildfeatures.buildconfig=true
2322
android.nonTransitiveRClass=false
2423
android.nonFinalResIds=false

0 commit comments

Comments
 (0)