diff --git a/app/build.gradle b/app/build.gradle index 844c822f..477e9524 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,7 +38,7 @@ android { minSdkVersion 16 targetSdkVersion 31 versionCode 69 - versionName "5.2.15" + versionName "5.2.16" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true } diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 130b0cd1..f592dc76 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -33,4 +33,4 @@ } -keep class xyz.quaver.pupil.ui.fragment.ManageFavoritesFragment -keep class xyz.quaver.pupil.ui.fragment.ManageStorageFragment --keep class com.hippo.quickjs.** { *; } \ No newline at end of file +-keep class xyz.quaver.pupil.** { *; } \ No newline at end of file