Skip to content

Commit

Permalink
Tweak Android latest version copy
Browse files Browse the repository at this point in the history
  • Loading branch information
jayohms committed Sep 30, 2024
1 parent 5cf9244 commit 89fa339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _source/android/01_getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 89fa339

Please sign in to comment.