Skip to content

Commit

Permalink
Fix comment referencing build.gradle file
Browse files Browse the repository at this point in the history
  • Loading branch information
jayohms committed Apr 29, 2024
1 parent 930eb02 commit 0212671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbo/proguard-consumer-rules.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The Android Gradle plugin allows to define ProGuard rules which get embedded in the AAR.
# These ProGuard rules are automatically applied when a consumer app sets minifyEnabled to true.
# The custom rule file must be defined using the 'consumerProguardFiles' property in your
# build.gradle file.
# build.gradle.kts file.

-keepclassmembers class dev.hotwire.turbo.session.TurboSession {
@android.webkit.JavascriptInterface <methods>;
Expand Down

0 comments on commit 0212671

Please sign in to comment.