version:1.3.4

fix:修复闪退
update:优化联系人添加
This commit is contained in:
2024-10-23 09:19:18 +08:00
parent b5b12c3e83
commit d215329e28
74 changed files with 2251 additions and 1138 deletions

View File

@@ -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'