Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kotlin sample app with stub polyline library #8

Merged
merged 3 commits into from
Sep 9, 2024

Conversation

mbalfour-amzn
Copy link
Contributor

Description of changes:

This PR adds a sample Android application for testing out the Kotlin polyline library, along with a stub library used to test out the sample application. :)

The contents of the polyline library will be completely replaced with a functioning version on a subsequent checkin.

This also includes an autobuild for the Kotlin app & library.

The running demo app produces the following:
image

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

cgalvan
cgalvan previously approved these changes Sep 9, 2024
androidTestImplementation(libs.androidx.junit)
androidTestImplementation(libs.androidx.espresso.core)

implementation("org.maplibre.gl:android-sdk:11.2.0")
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: If it's not too much trouble, can we use the latest 11.3.0 ?

https://github.com/maplibre/maplibre-native/releases/tag/android-v11.3.0

@mbalfour-amzn mbalfour-amzn merged commit 0a132ce into main Sep 9, 2024
4 checks passed
@mbalfour-amzn mbalfour-amzn deleted the mbalfour/kotlin-implementation branch September 9, 2024 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants