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