From 1e6c69f69ee66faa95b4f42de29c98e54e8355cc Mon Sep 17 00:00:00 2001 From: Jean-BaptisteC Date: Sun, 7 Jan 2024 19:05:24 +0100 Subject: [PATCH] [android] Fix buildconfig deprecation Signed-off-by: Jean-BaptisteC --- android/app/build.gradle | 1 + android/gradle.properties | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 98f159663e..3005c1b8e1 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -158,6 +158,7 @@ android { buildFeatures { dataBinding = true + buildConfig = true } // All properties are read from gradle.properties file compileSdk propCompileSdkVersion.toInteger() diff --git a/android/gradle.properties b/android/gradle.properties index ceeea942f9..edb9042821 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -6,7 +6,6 @@ org.gradle.caching=true org.gradle.jvmargs=-Xmx1024m -Xms256m android.useAndroidX=true android.native.buildOutput=verbose -android.defaults.buildfeatures.buildconfig=true android.nonTransitiveRClass=false android.nonFinalResIds=false