1
0
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:
fumiama
2021-05-07 21:59:53 +08:00
parent 3faacae2da
commit e6878c1711
2 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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)