1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-06-28 14:50:29 +08:00
修复
1. 近期无法加载的问题 (fix #139)
This commit is contained in:
源文雨
2025-05-27 22:41:15 +09:00
parent 98b2d1a4ae
commit b4a6be8470
21 changed files with 84 additions and 63 deletions

View File

@@ -11,8 +11,8 @@ android {
applicationId 'top.fumiama.copymanga'
minSdkVersion 23
targetSdkVersion 34
versionCode 71
versionName '2.5.0'
versionCode 72
versionName '2.5.1'
resourceConfigurations += ['zh', 'zh-rCN']
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"