Skip to content

Commit

Permalink
Migrate buildfeatures.buildconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Dec 20, 2024
1 parent 3745686 commit f28ab94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ org.gradle.parallel=true
android.useAndroidX=true
android.enableJetifier=true
android.jetifier.ignorelist=poishadow-all.jar
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false
3 changes: 3 additions & 0 deletions poitest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,7 @@ android {
abortOnError false
}
namespace 'org.dstadler.poiandroidtest.poitest'
buildFeatures {
buildConfig true
}
}

0 comments on commit f28ab94

Please sign in to comment.