1366 Commits

Author SHA1 Message Date
Dale Hawkins
95f70aafdd
chore: bump versions for gradle (8.8.0), kotlin(2.1.0), the targetSd… (#1950)
chore: bump versions for gradle (8.8.0), kotlin(2.1.0)), the targetSdk(35) and other deps
2025-01-28 09:15:00 -07:00
dependabot[bot]
d37fc17e4d
chore(deps): bump com.google.maps.android:android-maps-utils from 3.9.0 to 3.10.0 in /snippets (#1949)
chore(deps): bump com.google.maps.android:android-maps-utils

Bumps [com.google.maps.android:android-maps-utils](https://github.com/googlemaps/android-maps-utils) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/googlemaps/android-maps-utils/releases)
- [Changelog](https://github.com/googlemaps/android-maps-utils/blob/main/.releaserc)
- [Commits](https://github.com/googlemaps/android-maps-utils/compare/v3.9.0...v3.10.0)

---
updated-dependencies:
- dependency-name: com.google.maps.android:android-maps-utils
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-24 10:24:08 -07:00
semantic-release-bot
b404c6f9f2 chore(release): 1.14.0 [skip ci]
# [1.14.0](https://github.com/googlemaps-samples/android-samples/compare/v1.13.0...v1.14.0) (2025-01-14)

### Bug Fixes

* add dynamic key values to secrets.properties in idx template ([#1814](https://github.com/googlemaps-samples/android-samples/issues/1814)) ([46abfae](46abfae9ce))
* always use secrets.properties for storing the API keys ([#1812](https://github.com/googlemaps-samples/android-samples/issues/1812)) ([561e829](561e82926e))
* Exports sample activities so they can be run directly ([#1808](https://github.com/googlemaps-samples/android-samples/issues/1808)) ([206cdcf](206cdcf1c3))
* fixed release config ([#1944](https://github.com/googlemaps-samples/android-samples/issues/1944)) ([6b62127](6b62127926))
* fixed release step ([#1770](https://github.com/googlemaps-samples/android-samples/issues/1770)) ([cb53eb4](cb53eb4999))
* fixed secrets in wearable module ([#1788](https://github.com/googlemaps-samples/android-samples/issues/1788)) ([5ea1951](5ea1951521))
* import rememberMarkerState and use the marker state correctly ([#1787](https://github.com/googlemaps-samples/android-samples/issues/1787)) ([5095437](5095437b57))
* prevents infinite recursion when getting the location permission ([#1813](https://github.com/googlemaps-samples/android-samples/issues/1813)) ([5790ff2](5790ff2ad7))
* Re-add MarkerDemoActivity in Kotlin sample ([#1916](https://github.com/googlemaps-samples/android-samples/issues/1916)) ([66db0fa](66db0fa2cf))
* stop memory leak in CoordTileProvider ([#1929](https://github.com/googlemaps-samples/android-samples/issues/1929)) ([55c6297](55c629717a))
* Update emulator host in dev.nix for IDX ([#1893](https://github.com/googlemaps-samples/android-samples/issues/1893)) ([26e5bd3](26e5bd3aba))
* Updates secrets in app-level build.gradle.kts files to set secrets.properties as propertiesFileName. ([#1785](https://github.com/googlemaps-samples/android-samples/issues/1785)) ([dcec2ce](dcec2ce448))
* using rememberMarkerState instead of MarkerState ([#1768](https://github.com/googlemaps-samples/android-samples/issues/1768)) ([6007cc8](6007cc87f5))

### Features

* Introduces an idx folder containing an IDX template, enabling users to open Android tutorials directly in the IDX IDE. ([#1757](https://github.com/googlemaps-samples/android-samples/issues/1757)) ([b32a515](b32a51558f))
* tooling modernization ([#1753](https://github.com/googlemaps-samples/android-samples/issues/1753)) ([42f3887](42f3887bac))
v1.14.0
2025-01-14 17:37:24 +00:00
Enrique López Mañas
6b62127926
fix: fixed release config (#1944) 2025-01-14 10:29:10 -07:00
dkhawk
e4285607ae chore: update dependencies
Updates the following dependencies:

* compileSdk to 35
* androidx.core:core-ktx to 1.15.0
* org.jetbrains.kotlin:kotlin-stdlib-jdk7 to 2.0.21
* id("com.android.application") to 8.8.0
* id("org.jetbrains.kotlin.android") to 2.1.0
* Gradle to 8.11.1
* Also renames the savedState variable to savedInstanceState in AmbientActivity.kt and MainActivity.kt to match the base class.
2025-01-14 09:49:02 -07:00
Dale Hawkins
e0b85bcb7a
build: update Android to 35, kotlin to 2.0.21, lifecycle to 2.8.7 (#1931)
* build: update Android to 35, kotlin to 2.0.21, lifecycle to 2.8.7

* chore: update snippets to target android-35.  Update snippets libraries

* chore: Update minSdk to 23 for the snippets
2025-01-14 08:13:10 -07:00
stanfchristina
55c629717a
fix: stop memory leak in CoordTileProvider (#1929)
Bitmaps served by this provider cause memory leaks after the map is destroyed. Narrowing the scope to a field allows it to be garbage collected and does not affect the provider/activity's ability to serve and render the custom tiles.
2024-12-18 17:05:04 -07:00
antonsurya
66db0fa2cf
fix: Re-add MarkerDemoActivity in Kotlin sample (#1916)
fix: Re-add MarkerDemoActivity that was accidentally removed in 4297488454
2024-12-04 15:57:32 -07:00
Alex
26e5bd3aba
fix: Update emulator host in dev.nix for IDX (#1893)
* IDX emulator implementation was change to localhost:5555

Co-authored-by: alexyfchen <alexyfchen@google.com>
2024-11-25 10:58:07 -07:00
dependabot[bot]
0b8caa625d
chore(deps): bump com.google.maps.android:maps-compose from 6.1.0 to 6.2.1 in /snippets (#1890)
chore(deps): bump com.google.maps.android:maps-compose in /snippets

Bumps [com.google.maps.android:maps-compose](https://github.com/googlemaps/android-maps-compose) from 6.1.0 to 6.2.1.
- [Release notes](https://github.com/googlemaps/android-maps-compose/releases)
- [Changelog](https://github.com/googlemaps/android-maps-compose/blob/main/.releaserc)
- [Commits](https://github.com/googlemaps/android-maps-compose/compare/v6.1.0...v6.2.1)

---
updated-dependencies:
- dependency-name: com.google.maps.android:maps-compose
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-07 13:19:28 -07:00
cemanzano
00c5b8c0e0
Cean sandbox (#1815)
* Add dynamic key values to secrets.properties in idx template

Update idx template to read local.defaults.properties and
generate key entries in secrets.properties file using the
user's provided API key.

* Fix incorrect variable for key

Update key to be keyVar when writing to secrets.properties

* fix: remove newline from comment

Comment contained newline that made the template read the
filename as a command.
2024-09-20 16:33:39 -06:00
cemanzano
46abfae9ce
fix: add dynamic key values to secrets.properties in idx template (#1814)
* Add dynamic key values to secrets.properties in idx template

Update idx template to read local.defaults.properties and
generate key entries in secrets.properties file using the
user's provided API key.

* Fix incorrect variable for key

Update key to be keyVar when writing to secrets.properties
2024-09-20 14:51:15 -06:00
Dale Hawkins
5790ff2ad7
fix: prevents infinite recursion when getting the location permission (#1813)
* fix: prevents infinite recursion when getting the location permission

* remove unnecessary imports
2024-09-19 12:21:52 -06:00
Dale Hawkins
561e82926e
fix: always use secrets.properties for storing the API keys (#1812) 2024-09-19 11:16:35 -06:00
Dale Hawkins
206cdcf1c3
fix: Exports sample activities so they can be run directly (#1808)
* fix: Exports all of the sample activities to make them available to run directly.

* fix: wrap before copyright comment formatting character
2024-09-17 15:54:35 -06:00
Enrique López Mañas
5ea1951521
fix: fixed secrets in wearable module (#1788)
* fix: import rememberMarkerState and use the marker state correctly

* fix: fixed secrets in wearable module

---------

Co-authored-by: dkhawk <107309+dkhawk@users.noreply.github.com>
2024-08-30 09:39:09 -06:00
Dale Hawkins
5095437b57
fix: import rememberMarkerState and use the marker state correctly (#1787) 2024-08-28 12:29:24 -06:00
Enrique López Mañas
6007cc87f5
fix: using rememberMarkerState instead of MarkerState (#1768) 2024-08-27 16:10:31 -06:00
Enrique López Mañas
cb53eb4999
fix: fixed release step (#1770)
* fix: fixed release step

* fix: fixed the assemble flavor (no more gms anymore)
2024-08-27 16:10:07 -06:00
Enrique López Mañas
ac20c0322f
chore: increased versions (#1769) 2024-08-27 10:28:54 -06:00
Dale Hawkins
840ada6d6a
chore: replace the GMS folder with main for snippets (#1786)
* chore: replace the GMS folder with main for snippets

* chore: fix region tag glitch found by the linter
2024-08-26 17:02:47 -06:00
Enrique López Mañas
be0a71f10c
chore: replace the GMS folder with main (#1767)
* chore: replace the GMS folder with main

* chore: headers

* feat: change build command
2024-08-26 15:38:26 -06:00
saranvd
dcec2ce448
fix: Updates secrets in app-level build.gradle.kts files to set secrets.properties as propertiesFileName. (#1785) 2024-08-26 14:04:17 -07:00
saranvd
b32a51558f
feat: Introduces an idx folder containing an IDX template, enabling users to open Android tutorials directly in the IDX IDE. (#1757) 2024-08-22 17:21:20 -07:00
Enrique López Mañas
42f3887bac
feat: tooling modernization (#1753)
* feat: tooling modernization

* chore: headers

* chore: headers

* feat: tooling modernization

* removed script
2024-08-20 14:33:51 -06:00
Angela Yu
8e47cfbe21
chore: update build.gradle comments for adding an API key (#1756) 2024-08-16 12:26:28 -07:00
Angela Yu
710c6ee148
chore: update all instructions to use secrets.properties (#1755)
* chore: update WearOS readme

* chore: update WearOS AGP version

* chore: remove outdated API key instructions

* chore: update comments in build.gradle
2024-08-16 11:12:20 -07:00
saranvd
4fef493e6f
chore: Updates the app level build.gradle in tutorials (#1754)
Edit the properties of the plugin to set propertiesFileName to secrets.properties.
2024-08-16 11:08:21 -07:00
Dale Hawkins
6ef256924b
feat: improves AdvancedMarkers collision comments and snippets (#1716) v1.13.0 2024-07-25 08:06:11 -06:00
Dale Hawkins
abcc8b52c2
feat: copies some snippets that were in v3 only to gms (#1715)
* feat: copies some snippets that were in v3 only to gms
chore: the java compatibility version

* fix: updates copyright dates and adds missing copyright

* fix: copyright header for strings.xml

* fix: set Java Version back to 17

* fix: set Java Version back to 17

* fix: set Java Version back to 17

* fix: set Java Version back to 17

* fix: set Java Version back to 17

* feat: creates AdvancedMarkersCollisionActivity to demonstrate marker collision behavior

* chore: not adding jar files in libs directory

* feat: set Java 21 everywhere

---------

Co-authored-by: Enrique López Mañas <eenriquelopez@gmail.com>
v1.12.0
2024-07-24 10:56:55 -06:00
Enrique López Mañas
4297488454
feat: added Kotlin MapColorScheme sample (#1712)
* feat: added Kotlin MapColorScheme sample

* chore: added header in XML file

* feat: added Kotlin MapColorScheme sample

* feat: Java demo
v1.11.0
2024-07-22 15:27:22 -06:00
Enrique López Mañas
58cf1c3892
chore: fixed build after the dependabot updates (#1697)
* chore: fixed build after the dependabot updates

* chore: increased minSdk to 21

* chore: compose updated

* chore: fixed duplicates issue

* chore: fixed duplicates issues

* chore: fixed duplicates issues
2024-07-10 15:11:45 -06:00
Enrique López Mañas
93e9bd9533
chore: removed dependabot workflow (#1696) 2024-07-10 10:28:04 -06:00
dependabot[bot]
e231bc8a1d
chore(deps): bump com.google.maps.android:maps-ktx from 5.1.0 to 5.1.1 in /snippets (#1695)
chore(deps): bump com.google.maps.android:maps-ktx in /snippets

Bumps [com.google.maps.android:maps-ktx](https://github.com/googlemaps/android-maps-ktx) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/googlemaps/android-maps-ktx/releases)
- [Changelog](https://github.com/googlemaps/android-maps-ktx/blob/main/.releaserc)
- [Commits](https://github.com/googlemaps/android-maps-ktx/compare/v5.1.0...v5.1.1)

---
updated-dependencies:
- dependency-name: com.google.maps.android:maps-ktx
  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>
2024-07-10 11:59:52 +00:00
dependabot[bot]
4f9701920e
chore(deps): bump com.google.maps.android:maps-utils-ktx from 5.1.0 to 5.1.1 in /snippets (#1694)
chore(deps): bump com.google.maps.android:maps-utils-ktx in /snippets

Bumps [com.google.maps.android:maps-utils-ktx](https://github.com/googlemaps/android-maps-ktx) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/googlemaps/android-maps-ktx/releases)
- [Changelog](https://github.com/googlemaps/android-maps-ktx/blob/main/.releaserc)
- [Commits](https://github.com/googlemaps/android-maps-ktx/compare/v5.1.0...v5.1.1)

---
updated-dependencies:
- dependency-name: com.google.maps.android:maps-utils-ktx
  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>
2024-07-10 11:59:33 +00:00
dependabot[bot]
64f5b9472f
chore(deps): bump com.google.maps.android:maps-compose from 6.0.0 to 6.1.0 in /snippets (#1693)
chore(deps): bump com.google.maps.android:maps-compose in /snippets

Bumps [com.google.maps.android:maps-compose](https://github.com/googlemaps/android-maps-compose) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/googlemaps/android-maps-compose/releases)
- [Changelog](https://github.com/googlemaps/android-maps-compose/blob/main/.releaserc)
- [Commits](https://github.com/googlemaps/android-maps-compose/compare/v6.0.0...v6.1.0)

---
updated-dependencies:
- dependency-name: com.google.maps.android:maps-compose
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-10 11:59:23 +00:00
dependabot[bot]
ca3425da4b
chore(deps): bump androidx.lifecycle:lifecycle-viewmodel-ktx from 2.8.2 to 2.8.3 in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#1692)
chore(deps): bump androidx.lifecycle:lifecycle-viewmodel-ktx

Bumps androidx.lifecycle:lifecycle-viewmodel-ktx from 2.8.2 to 2.8.3.

---
updated-dependencies:
- dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx
  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>
2024-07-08 13:51:44 +00:00
dependabot[bot]
a6ec7d111f
chore(deps): bump com.google.maps.android:maps-ktx from 5.0.0 to 5.1.0 in /ApiDemos/kotlin (#1691)
chore(deps): bump com.google.maps.android:maps-ktx in /ApiDemos/kotlin

Bumps [com.google.maps.android:maps-ktx](https://github.com/googlemaps/android-maps-ktx) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/googlemaps/android-maps-ktx/releases)
- [Changelog](https://github.com/googlemaps/android-maps-ktx/blob/main/.releaserc)
- [Commits](https://github.com/googlemaps/android-maps-ktx/compare/v5.0.0...v5.1.0)

---
updated-dependencies:
- dependency-name: com.google.maps.android:maps-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-08 13:12:08 +00:00
dependabot[bot]
40ecdf1843
chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx from 2.8.2 to 2.8.3 in /ApiDemos/kotlin (#1690)
chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx

Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.8.2 to 2.8.3.

---
updated-dependencies:
- dependency-name: androidx.lifecycle:lifecycle-runtime-ktx
  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>
2024-07-08 13:10:49 +00:00
dependabot[bot]
8566e6cb0e
chore(deps): bump com.google.maps.android:maps-compose from 5.0.4 to 6.0.0 in /snippets (#1688)
chore(deps): bump com.google.maps.android:maps-compose in /snippets

Bumps [com.google.maps.android:maps-compose](https://github.com/googlemaps/android-maps-compose) from 5.0.4 to 6.0.0.
- [Release notes](https://github.com/googlemaps/android-maps-compose/releases)
- [Changelog](https://github.com/googlemaps/android-maps-compose/blob/main/.releaserc)
- [Commits](https://github.com/googlemaps/android-maps-compose/compare/v5.0.4...v6.0.0)

---
updated-dependencies:
- dependency-name: com.google.maps.android:maps-compose
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-04 11:05:15 +00:00
dependabot[bot]
9a38ec2fa1
chore(deps): bump com.google.maps.android:maps-ktx from 5.0.0 to 5.1.0 in /snippets (#1687)
chore(deps): bump com.google.maps.android:maps-ktx in /snippets

Bumps [com.google.maps.android:maps-ktx](https://github.com/googlemaps/android-maps-ktx) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/googlemaps/android-maps-ktx/releases)
- [Changelog](https://github.com/googlemaps/android-maps-ktx/blob/main/.releaserc)
- [Commits](https://github.com/googlemaps/android-maps-ktx/compare/v5.0.0...v5.1.0)

---
updated-dependencies:
- dependency-name: com.google.maps.android:maps-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-02 11:47:42 +00:00
dependabot[bot]
e46e4571d1
chore(deps): bump com.google.maps.android:maps-utils-ktx from 5.0.0 to 5.1.0 in /snippets (#1686)
chore(deps): bump com.google.maps.android:maps-utils-ktx in /snippets

Bumps [com.google.maps.android:maps-utils-ktx](https://github.com/googlemaps/android-maps-ktx) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/googlemaps/android-maps-ktx/releases)
- [Changelog](https://github.com/googlemaps/android-maps-ktx/blob/main/.releaserc)
- [Commits](https://github.com/googlemaps/android-maps-ktx/compare/v5.0.0...v5.1.0)

---
updated-dependencies:
- dependency-name: com.google.maps.android:maps-utils-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-02 11:47:26 +00:00
dependabot[bot]
e65d38ad50
chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx from 2.8.2 to 2.8.3 in /snippets (#1685)
chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx in /snippets

Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.8.2 to 2.8.3.

---
updated-dependencies:
- dependency-name: androidx.lifecycle:lifecycle-runtime-ktx
  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>
2024-07-02 11:47:13 +00:00
dependabot[bot]
6c2618e84a
chore(deps): bump androidx.test.ext:junit from 1.1.5 to 1.2.1 in /tutorials/kotlin/Polygons (#1684)
chore(deps): bump androidx.test.ext:junit in /tutorials/kotlin/Polygons

Bumps androidx.test.ext:junit from 1.1.5 to 1.2.1.

---
updated-dependencies:
- dependency-name: androidx.test.ext:junit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-01 14:01:00 +00:00
dependabot[bot]
c96f522cea
chore(deps): bump com.google.android.gms:play-services-maps from 18.2.0 to 19.0.0 in /tutorials/kotlin/Polygons (#1682)
chore(deps): bump com.google.android.gms:play-services-maps

Bumps com.google.android.gms:play-services-maps from 18.2.0 to 19.0.0.

---
updated-dependencies:
- dependency-name: com.google.android.gms:play-services-maps
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-01 13:59:47 +00:00
dependabot[bot]
19e97d0a71
chore(deps): bump androidx.test.espresso:espresso-core from 3.5.1 to 3.6.1 in /tutorials/kotlin/Polygons (#1683)
chore(deps): bump androidx.test.espresso:espresso-core

Bumps androidx.test.espresso:espresso-core from 3.5.1 to 3.6.1.

---
updated-dependencies:
- dependency-name: androidx.test.espresso:espresso-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-01 13:59:34 +00:00
dependabot[bot]
c70f0454d2
chore(deps): bump com.google.android.gms:play-services-maps from 18.2.0 to 19.0.0 in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#1681)
chore(deps): bump com.google.android.gms:play-services-maps

Bumps com.google.android.gms:play-services-maps from 18.2.0 to 19.0.0.

---
updated-dependencies:
- dependency-name: com.google.android.gms:play-services-maps
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-01 13:58:19 +00:00
dependabot[bot]
5bbb1e3f96
chore(deps): bump com.google.android.gms:play-services-maps from 18.2.0 to 19.0.0 in /WearOS (#1680)
chore(deps): bump com.google.android.gms:play-services-maps in /WearOS

Bumps com.google.android.gms:play-services-maps from 18.2.0 to 19.0.0.

---
updated-dependencies:
- dependency-name: com.google.android.gms:play-services-maps
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-01 13:56:04 +00:00
dependabot[bot]
65ab509ede
chore(deps): bump com.google.android.gms:play-services-maps from 18.2.0 to 19.0.0 in /tutorials/java/CurrentPlaceDetailsOnMap (#1679)
chore(deps): bump com.google.android.gms:play-services-maps

Bumps com.google.android.gms:play-services-maps from 18.2.0 to 19.0.0.

---
updated-dependencies:
- dependency-name: com.google.android.gms:play-services-maps
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-01 13:30:36 +00:00
dependabot[bot]
9e26ddcc46
chore(deps): bump androidx.test.ext:junit from 1.1.5 to 1.2.1 in /tutorials/kotlin/MapWithMarker (#1676)
chore(deps): bump androidx.test.ext:junit

Bumps androidx.test.ext:junit from 1.1.5 to 1.2.1.

---
updated-dependencies:
- dependency-name: androidx.test.ext:junit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-01 13:27:12 +00:00