Skip to content

Commit

Permalink
BuildConfig change to make gradle happy
Browse files Browse the repository at this point in the history
  • Loading branch information
gzsombor committed Aug 23, 2024
1 parent d90ce4f commit ab07f5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ android {
}
buildFeatures {
viewBinding true
buildConfig true
}
lint {
abortOnError false
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ org.gradle.jvmargs=-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF

android.useAndroidX=true
android.enableJetifier=true
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false

0 comments on commit ab07f5a

Please sign in to comment.