This commit is contained in:
kunfei 2022-09-30 16:45:41 +08:00
parent 8ee74daf8d
commit 59455bba41
2 changed files with 3 additions and 5 deletions

View File

@ -17,7 +17,6 @@ def gitCommits = Integer.parseInt('git rev-list HEAD --count'.execute().text.tri
android {
compileSdk 33
buildToolsVersion "33.0.0"
namespace 'io.legado.app'
kotlinOptions {
jvmTarget = "11"
@ -92,16 +91,16 @@ android {
}
}
flavorDimensions "mode"
flavorDimensions.add("mode")
productFlavors {
app {
dimension "mode"
manifestPlaceholders = [APP_CHANNEL_VALUE: "app"]
manifestPlaceholders.put("APP_CHANNEL_VALUE", "app")
}
google {
dimension "mode"
applicationId "io.legado.play"
manifestPlaceholders = [APP_CHANNEL_VALUE: "google"]
manifestPlaceholders.put("APP_CHANNEL_VALUE", "google")
}
}
compileOptions {

View File

@ -4,7 +4,6 @@ plugins {
android {
compileSdk 33
//buildToolsVersion '32.0.0'
namespace 'me.ag2s.epublib'
defaultConfig {
minSdk 21