From 0212671e66ffee44257436100f079420f282a6fc Mon Sep 17 00:00:00 2001 From: Jay Ohms Date: Mon, 29 Apr 2024 17:49:37 -0400 Subject: [PATCH] Fix comment referencing build.gradle file --- turbo/proguard-consumer-rules.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo/proguard-consumer-rules.pro b/turbo/proguard-consumer-rules.pro index 529aa993..54c4e7ca 100644 --- a/turbo/proguard-consumer-rules.pro +++ b/turbo/proguard-consumer-rules.pro @@ -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 ;