Skip to content

Commit

Permalink
Fix prettytime crash. Fixes #238 (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines authored Oct 18, 2022
1 parent 9f4c62e commit 3f6f513
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@
-keep,allowobfuscation,allowshrinking class com.google.gson.reflect.TypeToken
-keep,allowobfuscation,allowshrinking class * extends com.google.gson.reflect.TypeToken

# Some prettytime stuff
-keep class com.ocpsoft.pretty.time.i18n.**
-keep class org.ocpsoft.prettytime.i18n.**
-keepnames class ** implements org.ocpsoft.prettytime.TimeUnit

0 comments on commit 3f6f513

Please sign in to comment.