Commit 4cee66a6 authored by mengcuiguang's avatar mengcuiguang

1.0.2优化

parent 151d0d2b
...@@ -9,8 +9,8 @@ android { ...@@ -9,8 +9,8 @@ android {
applicationId "com.mints.goodmoney" applicationId "com.mints.goodmoney"
minSdkVersion rootProject.ext.androidMinSdkVersion minSdkVersion rootProject.ext.androidMinSdkVersion
targetSdkVersion rootProject.ext.androidTargetSdkVersion targetSdkVersion rootProject.ext.androidTargetSdkVersion
versionCode 2 versionCode 3
versionName "1.0.1" versionName "1.0.2"
flavorDimensions "default" flavorDimensions "default"
// dex突破65535的限制 // dex突破65535的限制
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
layout="@layout/item_settings" /> layout="@layout/item_settings" />
<include <include
android:visibility="gone"
android:id="@+id/item_wechat" android:id="@+id/item_wechat"
layout="@layout/item_settings" /> layout="@layout/item_settings" />
......
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