Skip to content

Commit

Permalink
Merge pull request #309 from hotwired/update-proguard
Browse files Browse the repository at this point in the history
Keep Turbo classes in proguard consumer rules
  • Loading branch information
jayohms authored Feb 24, 2024
2 parents 7f187d9 + f75478d commit 2865c2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions turbo/proguard-consumer-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
}
-keepattributes JavascriptInterface

-keep class dev.hotwire.turbo.** { *; }

# Gson
-keep class com.google.** { *; }
-keep class org.apache.** { *; }
Expand Down

0 comments on commit 2865c2d

Please sign in to comment.