version:1.2.1

fix:
update:优化双卡拨号
This commit is contained in:
2024-09-06 09:25:26 +08:00
parent fe53356c3c
commit 5bb723bc48
17 changed files with 304 additions and 40 deletions

View File

@@ -15,8 +15,8 @@ android {
applicationId "com.xxpatx.os"
minSdkVersion 24
targetSdkVersion 29
versionCode 1021
versionName "1.2.0"
versionCode 1022
versionName "1.2.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -118,7 +118,7 @@ android {
dependencies {
// implementation fileTree(dir: 'libs', include: ['*.jar'])
// compileOnly files('libs/framework.jar')
compileOnly files('libs/framework.jar')
implementation files('libs/QWeather_Public_Android_V4.9.jar')
implementation project(path: ':niceimageview')
implementation project(path: ':verification-view')