Skip to content

Commit 441e885

Browse files
technoir42thagikura
authored andcommitted
Disable BuildConfig generation (#501)
1 parent 2ef460e commit 441e885

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flexbox/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ android {
3737
minifyEnabled false
3838
}
3939
}
40+
41+
libraryVariants.all {
42+
it.generateBuildConfigProvider.configure { enabled = false }
43+
}
4044
}
4145

4246
dependencies {

0 commit comments

Comments
 (0)