Turned off development only option

This commit is contained in:
tom5079
2019-12-02 19:04:09 +09:00
parent 5052b6c074
commit 295285f132

View File

@@ -26,7 +26,7 @@ android {
}
buildTypes.each {
it.buildConfigField('boolean', 'PRERELEASE', 'false')
it.buildConfigField('boolean', 'CENSOR', 'true')
it.buildConfigField('boolean', 'CENSOR', 'false')
}
}
kotlinOptions {