更换包名
This commit is contained in:
@@ -27,7 +27,7 @@ android {
|
||||
buildToolsVersion "29.0.3"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.uiui.sn"
|
||||
applicationId "com.fuying.sn"
|
||||
minSdkVersion 24
|
||||
targetSdkVersion 29
|
||||
|
||||
@@ -47,11 +47,11 @@ android {
|
||||
}
|
||||
|
||||
manifestPlaceholders = [
|
||||
XG_ACCESS_ID : "1500026387",
|
||||
XG_ACCESS_KEY: "AG2PUQL7TEX5",
|
||||
XG_ACCESS_ID : "1500031216",
|
||||
XG_ACCESS_KEY: "A1HBG2922B9Z",
|
||||
]
|
||||
buildConfigField "String", "SCREEN_URL", '"https://led.aolelearn.cn:3018/wm/is_online"'
|
||||
buildConfigField "String", "WEBSOCKET_URL", '"wss://led.aolelearn.cn:3018"'
|
||||
buildConfigField "String", "SCREEN_URL", '"https://as.fuyingy.com:3018/wm/is_online"'
|
||||
buildConfigField "String", "WEBSOCKET_URL", '"wss://as.fuyingy.com:3018"'
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
@@ -65,11 +65,11 @@ android {
|
||||
|
||||
//多版本
|
||||
productFlavors {
|
||||
beta {
|
||||
flavorDimensions "default"
|
||||
versionCode 33
|
||||
versionName "4.2"
|
||||
}
|
||||
// beta {
|
||||
// flavorDimensions "default"
|
||||
// versionCode 33
|
||||
// versionName "4.2"
|
||||
// }
|
||||
|
||||
official {
|
||||
flavorDimensions "default"
|
||||
|
||||
Reference in New Issue
Block a user