version:1.0.1
fix: update:基本功能完成,修复闪退,更换壁纸未实现
This commit is contained in:
@@ -16,8 +16,8 @@ android {
|
||||
minSdkVersion 24
|
||||
targetSdkVersion 29
|
||||
|
||||
versionCode 2
|
||||
versionName "1.0.1"
|
||||
versionCode 3
|
||||
versionName "1.0.2"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
@@ -61,7 +61,6 @@ android {
|
||||
}
|
||||
|
||||
|
||||
|
||||
signingConfigs {
|
||||
tuixin {
|
||||
storeFile file("keystore/tuixin.jks")
|
||||
@@ -232,6 +231,7 @@ dependencies {
|
||||
implementation 'com.ufreedom.uikit:FloatingTextLibrary:0.2.0'
|
||||
implementation 'org.apache.httpcomponents:httpcore:4.4.9'
|
||||
implementation 'org.apache.httpcomponents:httpclient:4.5.5'
|
||||
implementation 'org.greenrobot:eventbus:3.3.1'
|
||||
}
|
||||
|
||||
preBuild {
|
||||
|
||||
Reference in New Issue
Block a user