1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-06-24 20:50:24 +08:00
新增
1. 适配最新网址
This commit is contained in:
源文雨
2025-06-13 18:20:49 +09:00
parent 5285922602
commit eeb3735103
45 changed files with 231 additions and 146 deletions

View File

@@ -44,7 +44,7 @@
#-keep class com.google.gson.stream.** { *; }
# Application classes that will be serialized/deserialized over Gson
-keep public class top.fumiama.copymanga.data.* { *; }
-keep public class top.fumiama.copymangaweb.data.* { *; }
# Prevent proguard from stripping interface information from TypeAdapter, TypeAdapterFactory,
# JsonSerializer, JsonDeserializer instances (so they can be used in @JsonAdapter)