mirror of
https://github.com/fumiama/copymanga.git
synced 2026-06-07 00:10:22 +08:00
@@ -11,8 +11,8 @@ android {
|
||||
applicationId 'top.fumiama.copymanga'
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 34
|
||||
versionCode 62
|
||||
versionName '2.3.4'
|
||||
versionCode 63
|
||||
versionName '2.3.5'
|
||||
resourceConfigurations += ['zh', 'zh-rCN']
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
@@ -94,6 +94,6 @@ dependencies {
|
||||
implementation 'com.lapism:search:2.4.1@aar'
|
||||
//noinspection GradleDependency
|
||||
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0'
|
||||
implementation 'com.airbnb.android:lottie:6.4.1'
|
||||
implementation 'com.airbnb.android:lottie:6.5.2'
|
||||
implementation 'net.java.dev.jna:jna:5.14.0@aar'
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@ object CMApi {
|
||||
if (field != null) return field
|
||||
if (Proxy.useImageProxy) field = Proxy(
|
||||
R.string.imgProxyApiUrl,
|
||||
Regex("^https://[0-9a-z-]+\\.mangafuna\\.xyz/"),
|
||||
Regex("^https://[0-9a-z-]+\\.mangafun[a-z]\\.(xyz|fun)/"),
|
||||
R.string.imgProxyKeyID
|
||||
)
|
||||
return field
|
||||
|
||||
Reference in New Issue
Block a user