Skip to content

Commit

Permalink
migrate build config to gradle build files
Browse files Browse the repository at this point in the history
  • Loading branch information
Strubbl committed Mar 1, 2024
1 parent 4624b40 commit 3797f5f
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 @@ -47,6 +47,9 @@ android {
lintConfig file('lint.xml')
}
namespace 'fr.gaulupeau.apps.InThePoche'
buildFeatures {
buildConfig true
}
}

greendao {
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
android.defaults.buildfeatures.buildconfig=true
android.enableJetifier=true
android.nonFinalResIds=false
android.nonTransitiveRClass=false
Expand Down

0 comments on commit 3797f5f

Please sign in to comment.