version:1.3.4
fix:修复闪退 update:优化联系人添加
This commit is contained in:
@@ -15,8 +15,8 @@ android {
|
||||
applicationId "com.xxpatx.os"
|
||||
minSdkVersion 24
|
||||
targetSdkVersion 29
|
||||
versionCode 1030
|
||||
versionName "1.2.9"
|
||||
versionCode 1035
|
||||
versionName "1.3.4"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
@@ -72,6 +72,7 @@ android {
|
||||
|
||||
buildTypes {
|
||||
debug {
|
||||
buildConfigField "String", "platform", '"MTK01"'
|
||||
versionNameSuffix "-debug"
|
||||
//Zipalign优化
|
||||
zipAlignEnabled true
|
||||
@@ -93,6 +94,7 @@ android {
|
||||
}
|
||||
|
||||
release {
|
||||
buildConfigField "String", "platform", '"MTK01"'
|
||||
//Zipalign优化
|
||||
zipAlignEnabled true
|
||||
shrinkResources true
|
||||
@@ -164,6 +166,11 @@ dependencies {
|
||||
//Gson
|
||||
implementation 'com.google.code.gson:gson:2.9.0'
|
||||
implementation 'com.google.zxing:core:3.5.0'
|
||||
//libphonenumber
|
||||
implementation 'com.googlecode.libphonenumber:libphonenumber:8.13.47'
|
||||
implementation 'com.googlecode.libphonenumber:carrier:1.230'
|
||||
implementation 'com.googlecode.libphonenumber:geocoder:2.241'
|
||||
implementation 'com.googlecode.libphonenumber:prefixmapper:2.241'
|
||||
//生命周期管理
|
||||
implementation 'com.trello.rxlifecycle4:rxlifecycle:4.0.2'
|
||||
implementation 'com.trello.rxlifecycle4:rxlifecycle-android:4.0.2'
|
||||
|
||||
Reference in New Issue
Block a user