From b756ddf5568fe0861e8b1805e8ebf458a2bafcfd Mon Sep 17 00:00:00 2001 From: TrianguloY Date: Sat, 9 Mar 2024 12:40:34 +0100 Subject: [PATCH] Migrate BuildConfig to Gradle Build Files --- app/build.gradle | 3 +++ gradle.properties | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e7dff68..32d6d54 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -71,6 +71,9 @@ android { sourceCompatibility JavaVersion.VERSION_17 targetCompatibility JavaVersion.VERSION_17 } + buildFeatures { + buildConfig true + } } play { diff --git a/gradle.properties b/gradle.properties index ab6bd50..43330fe 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,6 @@ # http://www.gradle.org/docs/current/userguide/build_environment.html # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. -android.defaults.buildfeatures.buildconfig=true android.nonFinalResIds=false android.nonTransitiveRClass=false org.gradle.jvmargs=-Xmx1536m