From 89fa339ab278fa849cc3a5f70f9f648d668e15a3 Mon Sep 17 00:00:00 2001 From: Jay Ohms Date: Mon, 30 Sep 2024 09:37:40 -0400 Subject: [PATCH] Tweak Android latest version copy --- _source/android/01_getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_source/android/01_getting_started.md b/_source/android/01_getting_started.md index 5adf0fb..36b7a44 100644 --- a/_source/android/01_getting_started.md +++ b/_source/android/01_getting_started.md @@ -23,7 +23,7 @@ Then select API 28 or higher for the minimum SDK and Kotlin DSL for the build co ## Integrate Hotwire Native -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](https://github.com/orgs/hotwired/packages). +Add the Hotwire Native dependencies to your app's module (not top-level) `build.gradle.kts` file. You can find the latest version number from [github.com/hotwired/hotwire-native-android/releases](https://github.com/hotwired/hotwire-native-android/releases). ```kotlin dependencies {