Skip to content

Commit ef71d8c

Browse files
committed
android.buildFeatures.buildConfig = true
1 parent cd7e11e commit ef71d8c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

core/util/build.gradle.kts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ plugins {
77

88
android {
99
namespace = "org.signal.core.util"
10+
11+
buildFeatures {
12+
buildConfig = true
13+
}
14+
15+
defaultConfig {
16+
buildConfigField("boolean", "VERBOSE_LOGGING", "false")
17+
}
1018
}
1119

1220
dependencies {

0 commit comments

Comments
 (0)