Skip to content

Commit

Permalink
Keep Turbo classes in proguard consumer rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jayohms committed Feb 24, 2024
1 parent 7f187d9 commit f75478d
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 f75478d

Please sign in to comment.