Skip to content

Commit

Permalink
Add missing proguard rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Nain57 committed May 21, 2023
1 parent 10a2215 commit 18bbbae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions smartautoclicker/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,10 @@

# @Serializable and @Polymorphic are used at runtime for polymorphic serialization.
-keepattributes RuntimeVisibleAnnotations,AnnotationDefault

-dontwarn okio.**
-dontwarn com.squareup.okhttp3.**
-keep class com.squareup.okhttp3.** { *; }
-keep interface com.squareup.okhttp3.** { *; }
-dontwarn javax.annotation.Nullable
-dontwarn javax.annotation.ParametersAreNonnullByDefault

0 comments on commit 18bbbae

Please sign in to comment.