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