mirror of
https://github.com/fumiama/copymanga.git
synced 2026-06-11 02:50:28 +08:00
2.0.beta4
0. 修复gson闪退 1. 修复增加卡片错误 2. 增加专题、漫画推荐、全新上架、已完结的详情页
This commit is contained in:
@@ -28,8 +28,8 @@ android {
|
||||
applicationId 'top.fumiama.copymanga'
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 30
|
||||
versionCode 14
|
||||
versionName '2.0.beta3'
|
||||
versionCode 15
|
||||
versionName '2.0.beta4'
|
||||
resConfigs "zh", "zh-rCN"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
2
app/proguard-rules.pro
vendored
2
app/proguard-rules.pro
vendored
@@ -61,7 +61,7 @@
|
||||
#-keep class com.google.gson.stream.** { *; }
|
||||
|
||||
# Application classes that will be serialized/deserialized over Gson
|
||||
-keep class top.fumiama.dmzjxs.json.*{ *; }
|
||||
-keep class top.fumiama.copymanga.json.*{ *; }
|
||||
|
||||
# Prevent proguard from stripping interface information from TypeAdapter, TypeAdapterFactory,
|
||||
# JsonSerializer, JsonDeserializer instances (so they can be used in @JsonAdapter)
|
||||
|
||||
Reference in New Issue
Block a user