Skip to content

Commit

Permalink
Migrate buildfeatures.buildconfig
Browse files Browse the repository at this point in the history
Signed-off-by: mueller-ma <[email protected]>
  • Loading branch information
mueller-ma committed Jun 18, 2024
1 parent 90ebb1a commit f075221
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 @@ -11,7 +11,6 @@
# SPDX-License-Identifier: EPL-2.0
#

android.defaults.buildfeatures.buildconfig=true
android.enableJetifier=true
android.nonFinalResIds=false
android.nonTransitiveRClass=false
Expand Down
3 changes: 3 additions & 0 deletions mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ android {
androidResources {
generateLocaleConfig true
}
buildFeatures {
buildConfig true
}

}

Expand Down

0 comments on commit f075221

Please sign in to comment.