@@ -50,12 +50,12 @@ buildscript {
/**
* APP版本码
*/
- ext.app_version_code = 3
+ ext.app_version_code = 4
* APP版本号
- ext.app_version = "1.1.3"
+ ext.app_version = "1.1.4"
* 项目依赖库
@@ -1269,6 +1269,7 @@ class CallingbedActivity :BaseActivity<CallingbedActivityPresenter, CallingbedMa
var count = SettingConfig.getNetErrResetCount(this)
if (!Constant.TCP_CONNECTED && TextUtils.isEmpty(NetHelper.getInstance().localIP)) {
netErrCount++
+ Log.e(TAG, "network error!!! ==> netErrCount: $netErrCount, count: $count")
} else {
netErrCount = 0
if (count > 0) {