This commit is contained in:
ag2s20150909
2023-01-27 15:58:28 +08:00
parent 3c4e7cb79e
commit 2bd68eb1a3
6 changed files with 108 additions and 8 deletions
+2
View File
@@ -49,6 +49,7 @@ android {
buildConfigField "String", "Cronet_Version", "\"$CronetVersion\""
buildConfigField "String", "Cronet_Main_Version", "\"$CronetMainVersion\""
buildConfigField "boolean", "isGoogle", "false"
javaCompileOptions {
annotationProcessorOptions {
@@ -104,6 +105,7 @@ android {
dimension "mode"
applicationId "io.legado.play"
manifestPlaceholders.put("APP_CHANNEL_VALUE", "google")
buildConfigField "boolean", "isGoogle", "true"
}
}
compileOptions {