This commit is contained in:
adhu2018
2026-01-07 16:08:12 +08:00
committed by GitHub
parent 21de2b085b
commit 7549025b8a
2 changed files with 4 additions and 2 deletions
+3 -2
View File
@@ -39,8 +39,8 @@ android {
storePassword RELEASE_STORE_PASSWORD storePassword RELEASE_STORE_PASSWORD
keyAlias RELEASE_KEY_ALIAS keyAlias RELEASE_KEY_ALIAS
keyPassword RELEASE_KEY_PASSWORD keyPassword RELEASE_KEY_PASSWORD
v1SigningEnabled true enableV1Signing = true
v2SigningEnabled true enableV2Signing = true
enableV3Signing = true enableV3Signing = true
enableV4Signing = true enableV4Signing = true
} }
@@ -188,6 +188,7 @@ dependencies {
implementation(libs.androidx.recyclerview) implementation(libs.androidx.recyclerview)
implementation(libs.androidx.viewpager2) implementation(libs.androidx.viewpager2)
implementation(libs.androidx.webkit) implementation(libs.androidx.webkit)
implementation(libs.androidx.documentfile)
//google //google
implementation(libs.material) implementation(libs.material)
+1
View File
@@ -157,6 +157,7 @@ androidx-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefre
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "recyclerview" } androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "recyclerview" }
androidx-viewpager2 = { module = "androidx.viewpager2:viewpager2", version.ref = "viewpager2" } androidx-viewpager2 = { module = "androidx.viewpager2:viewpager2", version.ref = "viewpager2" }
androidx-webkit = { module = "androidx.webkit:webkit", version.ref = "webkit" } androidx-webkit = { module = "androidx.webkit:webkit", version.ref = "webkit" }
androidx-documentfile = { module = "androidx.documentfile:documentfile", version = "1.1.0" }
colorpicker = { module = "com.jaredrummler:colorpicker", version.ref = "colorpicker" } colorpicker = { module = "com.jaredrummler:colorpicker", version.ref = "colorpicker" }
commons-text = { module = "org.apache.commons:commons-text", version.ref = "commonsText" } commons-text = { module = "org.apache.commons:commons-text", version.ref = "commonsText" }
desugar = { group = "com.android.tools", name = "desugar_jdk_libs_nio", version.ref = "desugar" } desugar = { group = "com.android.tools", name = "desugar_jdk_libs_nio", version.ref = "desugar" }