Skip to content

Commit

Permalink
feat: set buildconfig=true inside app/build.gradle instead
Browse files Browse the repository at this point in the history
  • Loading branch information
mzennis committed Dec 26, 2024
1 parent a35b414 commit cfe5ca1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
buildFeatures {
buildConfig = true
}
}

repositories {
Expand Down
1 change: 0 additions & 1 deletion Android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ ANDROID_BUILD_TOOLS_VERSION=33.0.0
ANDROID_MIN_SDK_VERSION=21
ANDROID_TARGET_SDK_VERSION=33
org.gradle.dependency.verification=off
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false

0 comments on commit cfe5ca1

Please sign in to comment.