We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7be0500 commit 1192f45Copy full SHA for 1192f45
1 file changed
android/app/build.gradle.kts
@@ -37,6 +37,10 @@ android {
37
buildConfigField("String", "GIT_HASH", "\"$gitHash\"")
38
}
39
40
+ buildFeatures {
41
+ buildConfig = true
42
+ }
43
+
44
buildTypes {
45
release {
46
isMinifyEnabled = false
0 commit comments