Skip to content

Commit

Permalink
fix filter reflection
Browse files Browse the repository at this point in the history
  • Loading branch information
T8RIN committed Jun 6, 2023
1 parent beb9f51 commit 440b082
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId = "ru.tech.imageresizershrinker"
minSdk = 21
targetSdk = 33
versionCode = 63
versionName = "2.1.0"
versionCode = 64
versionName = "2.1.1"
resourceConfigurations += setOf(
"en",
"ar",
Expand Down
1 change: 1 addition & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
-keepclassmembers class * implements android.os.Parcelable {
public static final android.os.Parcelable$Creator CREATOR;
}
-keep class ru.tech.imageresizershrinker.** { *; }
# Please add these rules to your existing keep rules in order to suppress warnings.
# This is generated automatically by the Android Gradle plugin.
-dontwarn org.bouncycastle.jsse.BCSSLParameters
Expand Down

0 comments on commit 440b082

Please sign in to comment.