mirror of
https://github.com/fumiama/copymanga.git
synced 2026-06-21 18:00:24 +08:00
v2.0.beta19
fix #25 修复 1. 阅览漫画导航栏异常 2. 下载页滚动异常 3. 竖向阅读加载时间过长 4. 获取图书信息有时失败(fix #26)
This commit is contained in:
@@ -3,19 +3,22 @@ apply plugin: 'kotlin-android'
|
||||
apply plugin: 'kotlin-android-extensions'
|
||||
|
||||
android {
|
||||
compileSdkVersion 33
|
||||
|
||||
defaultConfig {
|
||||
compileSdk 33
|
||||
applicationId 'top.fumiama.copymanga'
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 33
|
||||
versionCode 30
|
||||
versionName '2.0.beta18'
|
||||
versionCode 31
|
||||
versionName '2.0.beta19'
|
||||
resConfigs 'zh', 'zh-rCN'
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
aaptOptions {
|
||||
cruncherEnabled = false
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled true
|
||||
|
||||
Reference in New Issue
Block a user