Skip to content

Commit 95ca5cf

Browse files
committed
feat("cyswitch/build.gradle"): don't generate "BuildConfig" class
1 parent 03e70d3 commit 95ca5cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cyswitch/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ android {
2424
// }
2525
libraryVariants.all { variant ->
2626
variant.generateBuildConfigProvider.configure {
27-
it.enabled = true
27+
it.enabled = false
2828
}
2929
}
3030
}

0 commit comments

Comments
 (0)