Add DEBUG_AD_FREE build config flag to disable ads in debug builds
This commit is contained in:
@@ -35,6 +35,9 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
debug {
|
||||
buildConfigField("boolean", "DEBUG_AD_FREE", "true")
|
||||
}
|
||||
release {
|
||||
signingConfig = signingConfigs.getByName("release")
|
||||
isMinifyEnabled = false
|
||||
@@ -42,6 +45,7 @@ android {
|
||||
getDefaultProguardFile("proguard-android-optimize.txt"),
|
||||
"proguard-rules.pro"
|
||||
)
|
||||
buildConfigField("boolean", "DEBUG_AD_FREE", "false")
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
|
||||
Reference in New Issue
Block a user