mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-14 00:17:15 +03:00
Remove warning about deprecated 'variant.getGenerateBuildConfig()'
This commit is contained in:
parent
4f7da06e26
commit
42967ef45f
@ -1,8 +1,8 @@
|
||||
apply from: bootstrap.androidModule
|
||||
|
||||
android {
|
||||
libraryVariants.all {
|
||||
generateBuildConfig.enabled = true
|
||||
buildFeatures {
|
||||
buildConfig = true
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -39,10 +39,8 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
// Disable generating BuildConfig class by default
|
||||
// Replace it with https://issuetracker.google.com/issues/72050365 once released.
|
||||
libraryVariants.all {
|
||||
generateBuildConfig.enabled = false
|
||||
buildFeatures {
|
||||
buildConfig = false
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user