From c927a83aa5500d9b5df950d35b80873e7df7ae93 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Thu, 23 May 2024 09:15:33 +0200 Subject: [PATCH] Migrated buildconfig --- app/build.gradle.kts | 1 + gradle.properties | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index d2ca629ef..4fd3a8d4a 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -150,6 +150,7 @@ android { buildFeatures { dataBinding = true + buildConfig = true } lint { diff --git a/gradle.properties b/gradle.properties index 1686bc25b..d1c20a9bf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,7 +21,6 @@ kotlin.code.style=official # resources declared in the library itself and none from the library's dependencies, # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true -android.defaults.buildfeatures.buildconfig=true android.nonFinalResIds=true kotlin.experimental.tryK2=true LinphoneSdkBuildDir= \ No newline at end of file