dependabot[bot] 8d6dc941d1
chore(deps): bump org.jetbrains.kotlin.android from 1.6.10 to 1.6.21 in /WearOS (#927)
Bumps org.jetbrains.kotlin.android from 1.6.10 to 1.6.21.


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.kotlin.android&package-manager=gradle&previous-version=1.6.10&new-version=1.6.21)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
2022-05-09 18:04:22 +00:00
..
2018-03-19 10:08:35 +11:00
2018-03-19 10:08:35 +11:00
2020-04-07 14:47:51 -07:00
2018-03-19 10:08:35 +11:00
2018-03-19 10:08:35 +11:00

Wear OS Sample

This sample uses the Google Maps Android API v2 to display a map on Wear OS. It shows the basic setup required for a gradle-based Android Studio project that supports ambient mode.

Pre-requisites

  • Android SDK v22
  • Latest Android Build Tools
  • Android Support Repository
  • Wear OS emulator or device

Getting Started

This sample use the Gradle build system.

First download the samples by cloning this repository or downloading an archived snapshot. (See the options at the top of the page.)

In Android Studio, use the "Import non-Android Studio project" or "Import Project" option. Next select the ApiDemos/ directory that you downloaded from this repository. If prompted for a gradle configuration accept the default settings.

Alternatively use the "gradlew build" command to build the project directly.

Add your API key to the local.properties file and call it GOOGLE_MAPS_API_KEY. See the quick guide to getting an API key.

Support

If you have discovered an issue with the Google Maps Android API v2, please see the resources here: https://developers.google.com/maps/support/

If you've found an error in these samples, please file an issue: https://github.com/googlemaps/android-samples/issues

Patches are encouraged, and may be submitted according to the instructions in CONTRIBUTING.md.

Analytics

License

Please refer to the LICENSE at the root of this repo.