Commit e63c6108 authored by mengcuiguang's avatar mengcuiguang

1.3.2发版

parent 9ad12dc7
......@@ -14,8 +14,8 @@ android {
applicationId "com.mints.goodmoney"
minSdkVersion rootProject.ext.androidMinSdkVersion
targetSdkVersion rootProject.ext.androidTargetSdkVersion
versionCode 31
versionName "1.3.1"
versionCode 32
versionName "1.3.2"
flavorDimensions "default"
// dex突破65535的限制
......
......@@ -1226,6 +1226,7 @@ class MyFragment : BaseFragment(),
if (activity != null && !requireActivity().isFinishing) {
// 高额任务
if (TextUtils.equals(carrierType, Constant.CARRIER_HIGH_ACTIVITY)) {
onDestroyBroadcastReceiver()
return
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment