Commit 80416e11 authored by mengcuiguang's avatar mengcuiguang

代码合并

parents 2fdc23e3 b62ff519
...@@ -14,7 +14,7 @@ android { ...@@ -14,7 +14,7 @@ android {
minSdkVersion rootProject.ext.androidMinSdkVersion minSdkVersion rootProject.ext.androidMinSdkVersion
targetSdkVersion rootProject.ext.androidTargetSdkVersion targetSdkVersion rootProject.ext.androidTargetSdkVersion
versionCode 20211018 versionCode 20211018
versionName "1.1.2" versionName "1.1.3"
flavorDimensions "default" flavorDimensions "default"
// dex突破65535的限制 // dex突破65535的限制
......
...@@ -17,7 +17,7 @@ object Constant { ...@@ -17,7 +17,7 @@ object Constant {
/** /**
* app名称 * app名称
*/ */
const val MINTS_APP_NAME = "5G世界清理" const val MINTS_APP_NAME = "5G世界"
/** /**
* 应用包名 * 应用包名
......
...@@ -107,7 +107,6 @@ class SettingsActivity : BaseActivity(), View.OnClickListener { ...@@ -107,7 +107,6 @@ class SettingsActivity : BaseActivity(), View.OnClickListener {
item_cancel.findViewById<ImageView>(R.id.iv_right).visibility = View.VISIBLE item_cancel.findViewById<ImageView>(R.id.iv_right).visibility = View.VISIBLE
if (!userManager.userIsLogin()) { if (!userManager.userIsLogin()) {
item_cancel.visibility = View.GONE
btn_switch.visibility = View.GONE btn_switch.visibility = View.GONE
} }
} }
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
android:layout_marginLeft="16dp" android:layout_marginLeft="16dp"
android:layout_marginTop="16dp" android:layout_marginTop="16dp"
android:layout_marginRight="16dp" android:layout_marginRight="16dp"
android:text="我们依据最新的法律,向您说明5G世界清理软件的隐私政策,特向您推送本提示。请您阅读并充分理解相关条款。" android:text="我们依据最新的法律,向您说明5G世界软件的隐私政策,特向您推送本提示。请您阅读并充分理解相关条款。"
android:textColor="@color/black" android:textColor="@color/black"
android:textSize="14sp" /> android:textSize="14sp" />
......
<resources> <resources>
<string name="appName">5G世界清理</string> <string name="appName">5G世界</string>
<string name="netfail">网络异常,请检查网络</string> <string name="netfail">网络异常,请检查网络</string>
<string name="notifyTitle">提示</string> <string name="notifyTitle">提示</string>
......
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