Skip to content

Commit

Permalink
remove androidx proguard exclusion rule (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: Anubhav Gupta <[email protected]>
  • Loading branch information
Anubhav Gupta and Anubhav Gupta authored Jul 25, 2022
1 parent a789796 commit 40f6ebd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions proguard/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@
}
##---------------End: proguard configuration for Moshi----------

##---------------Begin: proguard configuration for Androidx----------
-dontwarn androidx.**
-keep class androidx.** { *; }
-keep interface androidx.** { *; }
##---------------End: proguard configuration for Androidx----------

##---------------Begin: proguard configuration for Gson----------
# Gson uses generic type information stored in a class file when working with fields. Proguard
# removes such information by default, so configure it to keep all of it.
Expand Down

0 comments on commit 40f6ebd

Please sign in to comment.