From 1fbfdcf28165b4b15d11bc1977fc61591ed459c9 Mon Sep 17 00:00:00 2001 From: jayohms Date: Mon, 30 Sep 2024 13:25:30 +0000 Subject: [PATCH] deploy: 5cf9244f021ee8919a9d74d50b88bb4344de34ec --- android/getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/getting-started.html b/android/getting-started.html index f80a10b..769274a 100644 --- a/android/getting-started.html +++ b/android/getting-started.html @@ -203,7 +203,7 @@

New ProjectThen select API 28 or higher for the minimum SDK and Kotlin DSL for the build configuration language.

Configure Android Studio project

Integrate Hotwire Native

-

Add the Hotwire Native dependencies to your app’s module (not top-level) build.gradle.kts file:

+

Add the Hotwire Native dependencies to your app’s module (not top-level) build.gradle.kts file. You can look up the version number from https://github.com/orgs/hotwired/packages.

dependencies {
implementation("dev.hotwire:core:<latest-version>")
implementation("dev.hotwire:navigation-fragments:<latest-version>")
}

Enable internet access for the app by opening AndroidManifest.xml and adding the following above the <application> node:

<uses-permission android:name="android.permission.INTERNET"/>