revert: remove local fallback domains
This commit is contained in:
@@ -28,7 +28,6 @@ android {
|
||||
//app ID
|
||||
//预埋订阅网址
|
||||
|
||||
buildConfigField "String", "BASE_URL", "\"https://cucislot365.com/\""
|
||||
buildConfigField "int", "USERID", "242"
|
||||
buildConfigField "boolean", "IS_WHITE", "false"
|
||||
buildConfigField "boolean", "IS_ROUND", "false"
|
||||
|
||||
@@ -65,7 +65,6 @@ public class IndexActivity extends MainActivity {
|
||||
//===========================以下是APP的配置信息 都写在 app_config.xml中==================================
|
||||
userId = BuildConfig.USERID;
|
||||
saveInt(IndexActivity.this,"user_code",userId);
|
||||
saveString(this, "base_url",BuildConfig.BASE_URL);
|
||||
styleColor = getColor(R.color.style_color);
|
||||
windowsColor = getColor(R.color.windows_color);
|
||||
isWhite = BuildConfig.IS_WHITE;
|
||||
|
||||
Reference in New Issue
Block a user