From 18ac27a75cb3a9932dde644debc71f6d2ed2c3ef Mon Sep 17 00:00:00 2001 From: andrekir Date: Wed, 10 Jan 2024 18:52:05 -0300 Subject: [PATCH] refactor: migrate BuildConfig to Gradle build files --- app/build.gradle | 1 + gradle.properties | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 55a7b515..408ee41e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -87,6 +87,7 @@ android { viewBinding true compose true aidl true + buildConfig true } composeOptions { kotlinCompilerExtensionVersion = "1.5.8" diff --git a/gradle.properties b/gradle.properties index a7bd1836..ad21e3f2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -34,6 +34,5 @@ kotlin.code.style=official # Disable build features that are enabled by default, # https://developer.android.com/build/releases/gradle-plugin#default-changes -android.defaults.buildfeatures.buildconfig=true android.nonTransitiveRClass=false android.nonFinalResIds=false