Skip to content

Commit ed37233

Browse files
authored
Remove buildconfig from gradle.properties (#358)
1 parent c94f5ab commit ed37233

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

build-android-start/app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ android {
1919

2020
buildFeatures {
2121
viewBinding = true
22+
buildConfig = true
2223
}
2324

2425
buildTypes {

build-android/app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ android {
1919

2020
buildFeatures {
2121
viewBinding = true
22+
buildConfig = true
2223
}
2324

2425
buildTypes {

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ org.gradle.caching=true
55

66
android.enableJetifier=true
77
android.useAndroidX=true
8-
android.defaults.buildfeatures.buildconfig=true
98
android.nonTransitiveRClass=false
109
android.nonFinalResIds=false

0 commit comments

Comments
 (0)