From fa5210aa77bd37297c0ec16f8690252fcb20ee95 Mon Sep 17 00:00:00 2001 From: KaiserBh Date: Tue, 2 Jan 2024 08:14:44 +1100 Subject: [PATCH] refactor: remove proguard rules for keeping the class. Don't need this anymore as upstream fixed the issue. Signed-off-by: KaiserBh --- app/proguard-rules.pro | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index b1892bfdc..a4eb2c039 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -80,7 +80,4 @@ -keep class com.google.api.services.** { *; } # Google OAuth --keep class com.google.api.client.** { *; } - -# Restore options --keep class eu.kanade.tachiyomi.data.backup.restore.RestoreOptions { *; } \ No newline at end of file +-keep class com.google.api.client.** { *; } \ No newline at end of file