16 Commits

Author SHA1 Message Date
Chris Arriola
cd44d81c3c
feat: 18.0.0 samples (#732)
* feat: 18.0.0 samples

* Map BG Color
* Moving cloud based map styling from v3 to gms
* Opt-in renderer

Change-Id: I094e53c9d9ef6b59abe443fb0791646b025cbd3d

* Add exported and bump minSdkVersion

Change-Id: Ied1e4e0aa507b3e67ce09679824225dd4fca88a3

* Bump snippet repo versions.

Change-Id: I50183bcfa4ef5a11d910545848200a9be03605c3

* Bump 18.0.0

Change-Id: I6c174f15e4afa4b2b20a52e956fc1c82e9f71d60
2021-10-27 09:04:41 -07:00
dependabot[bot]
a813bfcb57
chore(deps): bump kotlin_version from 1.5.30 to 1.5.31 in /WearOS (#712)
Bumps `kotlin_version` from 1.5.30 to 1.5.31.

Updates `kotlin-gradle-plugin` from 1.5.30 to 1.5.31
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31)

Updates `kotlin-stdlib-jdk7` from 1.5.30 to 1.5.31
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-18 14:35:55 +00:00
dependabot[bot]
fe6d4eab9e
chore(deps): bump gradle from 7.0.1 to 7.0.3 in /WearOS (#729)
Bumps gradle from 7.0.1 to 7.0.3.

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-18 14:11:08 +00:00
Chris Arriola
f60e762516
fix: Fix color names. (#716)
* fix: Fix color names.

Change-Id: Ibb6442c84ef6482426e806502378bb30b811d397

* Bump WearOS compile and target SDK version.

Change-Id: Iba549da3d6f0906aea047e08b1755ac46fa6c902

* Add exported=true

Change-Id: Ia04fcf1402816ce4f265e8cfba468eafb7a37c45
2021-10-05 10:20:27 -07:00
dependabot[bot]
89f4e489f9
chore(deps): bump kotlin_version from 1.5.30-RC to 1.5.30 in /WearOS (#692)
Bumps `kotlin_version` from 1.5.30-RC to 1.5.30.

Updates `kotlin-gradle-plugin` from 1.5.30-RC to 1.5.30
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30-RC...v1.5.30)

Updates `kotlin-stdlib-jdk7` from 1.5.30-RC to 1.5.30
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30-RC...v1.5.30)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-30 13:23:05 +00:00
dependabot[bot]
f5aa6a2984
chore(deps): bump gradle from 7.0.0 to 7.0.1 in /WearOS (#675)
Bumps gradle from 7.0.0 to 7.0.1.

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-23 13:17:25 +00:00
Chris Arriola
2716e3cecd chore: Rename region tag to maps_wear_os_dependencies. 2021-08-13 09:49:56 -07:00
Chris Arriola
ce3d4a68fb chore: Update comment for correct package. 2021-08-13 09:38:10 -07:00
Chris Arriola
4a5af72995 chore: Move sydney within region tag. 2021-08-13 09:31:47 -07:00
Chris Arriola
1a48f1e704 chore: Exclude deps from snippet. 2021-08-12 16:59:52 -07:00
Chris Arriola
8c8e3a3b51
chore: Update WearOS sample and add Kotlin version. (#659)
* Add secrets-gradle-plugin.

* Using new ambient mode API.

* Applying fullscreen.

* Add Kotlin samples.

* Use java 11.

* Include local.defaults.properties.

* Rename to local.defaults.properties.

* Add value for GOOGLE_MAPS_API_KEY

* s/master/main
2021-08-12 16:29:54 -07:00
Chris Arriola
5e9359b25e
chore: Update dependencies and remove jcenter() (#582)
* chore: Bump AGP 4.2.1 and use secrets-gradle-plugin 1.3.0

* chore: Remove jcenter()

* Use gradle 6.7.1

* Add volley 1.2.0

* Fix build errors.

* Use requireActivity.
2021-07-14 17:22:31 -07:00
dependabot[bot]
70b33cd85f
chore(deps): bump play-services-maps from 17.0.0 to 17.0.1 in /WearOS (#524)
Bumps play-services-maps from 17.0.0 to 17.0.1.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-29 18:46:11 +00:00
dependabot-preview[bot]
831c706a3a
chore(deps): bump gradle from 3.6.2 to 3.6.3 in /WearOS (#177)
Bumps gradle from 3.6.2 to 3.6.3.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-22 12:41:39 -07:00
Chris Arriola
87955bc158 build: Fixing build issues. 2020-04-07 14:47:51 -07:00
Stephen McDonald
5b380033b5 Android Wear -> Wear OS
Change-Id: Iaf297b0b7540fb2642dd047047dea13a31edf76d
2018-03-19 10:08:35 +11:00