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