Skip to content

Commit

Permalink
Migrate BuildConfig to Build Gradle Files
Browse files Browse the repository at this point in the history
  • Loading branch information
WSTxda committed Mar 9, 2024
1 parent 74049f2 commit 2b6bbad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
android.useAndroidX=true
org.gradle.jvmargs=-Xmx4096m -XX:+UseParallelGC --add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED
android.defaults.buildfeatures.buildconfig=true
android.enableJetifier=true
android.experimental.legacyTransform.forceNonIncremental=true
android.nonFinalResIds=false
Expand Down
1 change: 1 addition & 0 deletions play-services-base/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ android {

buildFeatures {
dataBinding = true
buildConfig true
}

sourceSets {
Expand Down
3 changes: 3 additions & 0 deletions play-services-core/microg-ui-tools/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ android {
// TODO: Remove MissingTranslation once we have stable strings and proper translations.
disable 'MissingTranslation'
}
buildFeatures {
buildConfig true
}
}

dependencies {
Expand Down

0 comments on commit 2b6bbad

Please sign in to comment.