1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-06-22 02:10:23 +08:00
优化
1. 文件组织
升级
1. com.google.android.material -> 1.13.0
This commit is contained in:
源文雨
2025-12-04 22:04:58 +08:00
parent 036fdac4a9
commit 0fdd3f4489
37 changed files with 297 additions and 398 deletions

View File

@@ -12,8 +12,8 @@ android {
minSdkVersion 23
//noinspection OldTargetApi
targetSdkVersion 34
versionCode 81
versionName '2.5.8'
versionCode 82
versionName '2.5.9'
resourceConfigurations += ['zh', 'zh-rCN']
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -101,7 +101,7 @@ dependencies {
implementation 'androidx.core:core-ktx:1.12.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 'com.google.android.material:material:1.13.0'
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
//noinspection GradleDependency
implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7'
@@ -124,5 +124,5 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0'
implementation 'com.airbnb.android:lottie:6.6.6'
implementation 'net.java.dev.jna:jna:5.17.0@aar'
implementation 'top.fumiama:sdict:0.1.0'
implementation 'top.fumiama:sdict:0.1.1'
}