Skip to content

Commit

Permalink
Changed kotlin demo app to use released package.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbalfour-amzn committed Oct 29, 2024
1 parent 3ceaae5 commit c233b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kotlin/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ dependencies {
implementation(libs.material)
implementation(libs.androidx.activity)
implementation(libs.androidx.constraintlayout)
implementation(project(":polyline"))
testImplementation(libs.junit)
androidTestImplementation(libs.androidx.junit)
androidTestImplementation(libs.androidx.espresso.core)

implementation("org.maplibre.gl:android-sdk:11.3.0")
implementation("org.maplibre.gl:android-sdk:11.5.2")
implementation("software.amazon.location:polyline:0.1.0")
}

0 comments on commit c233b92

Please sign in to comment.