Skip to content

Commit

Permalink
Merge branch 'Android-3.0.2'
Browse files Browse the repository at this point in the history
* Android-3.0.2:
  Added missed "platform"
  • Loading branch information
Lutik-sun committed Oct 25, 2024
2 parents 34825d7 + a973dad commit 1063f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versioned_docs/version-3.0/sdk-installation-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ adapty-ui = { module = "io.adapty:android-ui" }

dependencies {
...
implementation(libs.adapty.bom)
implementation(platform(libs.adapty.bom))
implementation(libs.adapty)
implementation(libs.adapty.ui)
}
Expand Down

0 comments on commit 1063f41

Please sign in to comment.