Skip to content

Commit

Permalink
update proguard some
Browse files Browse the repository at this point in the history
  • Loading branch information
nonproto committed Aug 4, 2023
1 parent 6611f96 commit db3d07c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/proguard-android-optimize.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
-allowaccessmodification
-dontusemixedcaseclassnames
-ignorewarnings
-verbose
Expand Down
4 changes: 4 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
-keep,allowoptimization class com.google.gson.** { public protected *; }
-keep,allowoptimization class uy.kohesive.injekt.** { public protected *; }
-keep,allowoptimization class eu.davidea.flexibleadapter.** { public protected *; }
-keep class androidx.window.** { *; }
-dontwarn androidx.window.**
-keep class org.slf4j.** { *; }
-dontwarn org.slf4j.**
-keep class com.crashlytics.** { *; }
-dontwarn com.crashlytics.**
# Design library
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ rxbinding-recycler-v7 = { module = "com.jakewharton.rxbinding:rxbinding-recycler

j2k-subsample = "com.github.jays2kings:subsampling-scale-image-view:756849e"

tachi-image-decoder = "com.github.tachiyomiorg:image-decoder:04384facd2"
tachi-image-decoder = "com.github.tachiyomiorg:image-decoder:7879b45"
tachi-source-api = "org.tachiyomi:source-api:1.1"
tachi-directional-view-pager = "com.github.tachiyomiorg:DirectionalViewPager:1.0.0"
tachi-unifile = "com.github.tachiyomiorg:unifile:17bec43"
Expand Down

0 comments on commit db3d07c

Please sign in to comment.