From e6878c1711e50f8cb1def198820da547ead67668 Mon Sep 17 00:00:00 2001 From: fumiama Date: Fri, 7 May 2021 21:59:53 +0800 Subject: [PATCH] =?UTF-8?q?2.0.beta4=200.=20=E4=BF=AE=E5=A4=8Dgson?= =?UTF-8?q?=E9=97=AA=E9=80=80=201.=20=E4=BF=AE=E5=A4=8D=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=8D=A1=E7=89=87=E9=94=99=E8=AF=AF=202.=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E4=B8=93=E9=A2=98=E3=80=81=E6=BC=AB=E7=94=BB=E6=8E=A8=E8=8D=90?= =?UTF-8?q?=E3=80=81=E5=85=A8=E6=96=B0=E4=B8=8A=E6=9E=B6=E3=80=81=E5=B7=B2?= =?UTF-8?q?=E5=AE=8C=E7=BB=93=E7=9A=84=E8=AF=A6=E6=83=85=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 4 ++-- app/proguard-rules.pro | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 18eccff..51e73b3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index d2e97db..9fa3036 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -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)