1:优化服务地址
2:修改盲盒转盘声音,修改成0.2 3:修改红包声音,0.2 4:修改巡乐会,最后出现的空白 5:优化一键赠送背包礼物的时候,连续点击后,出现的错误 7:修改打包的应用图标
This commit is contained in:
@@ -55,15 +55,15 @@ android {
|
||||
// 正式版包名:使用基础包名(com.example.myapp)
|
||||
applicationIdSuffix ""
|
||||
// // 测试版包名:基础包名 + .beta(com.example.myapp.beta)
|
||||
// applicationIdSuffix ".beta.b"
|
||||
applicationIdSuffix ".beta"
|
||||
|
||||
// 【正式版应用名称】通过resValue动态生成string资源
|
||||
resValue "string", "app_name", "羽声语音"
|
||||
resValue "string", "app_name", "羽声内测"
|
||||
// resValue "string", "app_name", "羽声语音APP"
|
||||
|
||||
// 【正式版图标】替换manifest中的占位符(使用main目录下的正式图标)
|
||||
manifestPlaceholders = [
|
||||
appIcon: "@mipmap/ic_launcher" // 需在main/res/mipmap放置该图标
|
||||
appIcon: "@mipmap/icon_nc" // 需在main/res/mipmap放置该图标
|
||||
]
|
||||
}
|
||||
|
||||
@@ -80,7 +80,7 @@ android {
|
||||
//
|
||||
// // 【测试版图标】替换为测试专用图标
|
||||
manifestPlaceholders = [
|
||||
appIcon: "@mipmap/ic_launcher_app_bat" // 需在main/res/mipmap放置该图标
|
||||
appIcon: "@mipmap/icon_nc" // 需在main/res/mipmap放置该图标
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -128,7 +128,7 @@
|
||||
android:enableOnBackInvokedCallback="true"
|
||||
android:extractNativeLibs="true"
|
||||
android:fullBackupContent="@xml/backup_rules"
|
||||
android:icon="@mipmap/ic_launcher_app"
|
||||
android:icon="${appIcon}"
|
||||
android:label="@string/app_name"
|
||||
android:largeHeap="true"
|
||||
android:screenOrientation="portrait"
|
||||
|
||||
@@ -310,12 +310,12 @@ public class PasswordLoginActivity extends BaseMvpActivity<LoginPresenter, Activ
|
||||
}
|
||||
if (TextUtils.isEmpty(CommonAppContext.getInstance().getToken()) || TextUtils.isEmpty(CommonAppContext.getInstance().getUser().getTencent_im())) {
|
||||
Logger.e("SplashEnd", "ARouters.CODE_LOGIN");
|
||||
if (canOnePass) {
|
||||
phoneNumberAuthHelper.setAuthListener(tokenResultListener);
|
||||
doOnePass();
|
||||
} else {
|
||||
|
||||
}
|
||||
// if (canOnePass) {
|
||||
// phoneNumberAuthHelper.setAuthListener(tokenResultListener);
|
||||
// doOnePass();
|
||||
// } else {
|
||||
//
|
||||
// }
|
||||
} else {
|
||||
Logger.e("SplashEnd", "ARouters.MAIN");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user