From b60cb122fc69e0d84cee8594b09c980c8ae3e633 Mon Sep 17 00:00:00 2001 From: Jay Ohms Date: Sun, 25 Feb 2024 13:45:05 -0500 Subject: [PATCH] Update additional build.gradle reference to build.gradle.kts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4adc1ece..9073475f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ## Requirements -1. Android SDK 26+ is required as the `minSdkVersion` in your build.gradle. +1. Android SDK 26+ is required as the `minSdkVersion` in your `build.gradle.kts` file. 1. This library is written entirely in [Kotlin](https://kotlinlang.org/), and your app should use Kotlin as well. Compatibility with Java is not provided or supported. 1. This library supports web apps using either Turbo 7 or Turbolinks 5. 1. `Turbo` (or `Turbolinks`) is exposed on the `window` object on the WebView page being loaded.