From a33192f1ba00570f2339d732e5aa37a3a4eac3e9 Mon Sep 17 00:00:00 2001 From: ThibaultBee <37510686+ThibaultBee@users.noreply.github.com> Date: Tue, 13 Feb 2024 12:10:15 +0100 Subject: [PATCH] chore(build.gradle): migrate build config --- gradle.properties | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index f7f4c90..5b00df4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,6 +22,8 @@ kotlin.code.style=official # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true +android.nonFinalResIds=false + VERSION_NAME=1.5.0 VERSION_CODE=1005000 GROUP=video.api @@ -36,6 +38,3 @@ POM_LICENCE_URL=https://opensource.org/licenses/mit-license.php POM_LICENCE_DIST=repo POM_DEVELOPER_ID=api.video POM_DEVELOPER_NAME=Ecosystem Team - -android.defaults.buildfeatures.buildconfig=true -android.nonFinalResIds=false \ No newline at end of file