Pupil-28 Add option to select update channels

This commit is contained in:
tom5079
2020-01-13 14:43:55 +09:00
parent b323353006
commit 48e0ebc8ae
7 changed files with 37 additions and 22 deletions

View File

@@ -28,7 +28,6 @@ android {
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
buildTypes.each {
it.buildConfigField('boolean', 'PRERELEASE', 'false')
it.buildConfigField('boolean', 'CENSOR', 'false')
}
}
@@ -39,7 +38,7 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
buildToolsVersion = '29.0.1'
buildToolsVersion = '29.0.2'
}
dependencies {