Skip to content

Commit

Permalink
chore: Enable BuildConfig generation (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dor-bl authored May 18, 2024
1 parent 66ee36d commit af4c160
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ android {
}

namespace "io.appium.settings"
buildFeatures {
buildConfig true
}
}

dependencies {
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@
#Fri Dec 17 09:25:55 CET 2021
android.useAndroidX=true
android.enableJetifier=true
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false

0 comments on commit af4c160

Please sign in to comment.