mirror of
https://github.com/fumiama/copymanga.git
synced 2026-06-22 18:40:24 +08:00
v2.5.2
优化 1. API访问流程 2. 更多访问报错信息 升级 1. appcompat -> 1.7.1
This commit is contained in:
@@ -10,9 +10,10 @@ android {
|
||||
compileSdk 34
|
||||
applicationId 'top.fumiama.copymanga'
|
||||
minSdkVersion 23
|
||||
//noinspection OldTargetApi
|
||||
targetSdkVersion 34
|
||||
versionCode 72
|
||||
versionName '2.5.1'
|
||||
versionCode 73
|
||||
versionName '2.5.2'
|
||||
resourceConfigurations += ['zh', 'zh-rCN']
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
@@ -47,7 +48,7 @@ android {
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
signingConfig signingConfigs.release
|
||||
}
|
||||
/*winrelease {
|
||||
/*winrelease {r
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
@@ -98,7 +99,7 @@ dependencies {
|
||||
|
||||
//noinspection GradleDependency
|
||||
implementation 'androidx.core:core-ktx:1.12.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.7.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.7.1'
|
||||
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
||||
implementation 'com.google.android.material:material:1.12.0'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
|
||||
|
||||
Reference in New Issue
Block a user