Skip to content

Commit ad7bc81

Browse files
Disable BuildConfig generation
1 parent 52cc608 commit ad7bc81

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ android {
5959

6060
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
6161
}
62+
63+
buildFeatures {
64+
buildConfig false
65+
}
6266
}
6367

6468
if (project.hasProperty('badooMavenScript')) {

0 commit comments

Comments
 (0)