Skip to content

Commit 57fdfcc

Browse files
committed
android.buildFeatures.buildConfig = true
1 parent 35c2013 commit 57fdfcc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

core-util/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ plugins {
66
android {
77
namespace = "org.signal.core.util"
88

9+
buildFeatures {
10+
buildConfig = true
11+
}
12+
913
defaultConfig {
1014
buildConfigField("boolean", "VERBOSE_LOGGING", "false")
1115
}

0 commit comments

Comments
 (0)