83 Commits

Author SHA1 Message Date
dependabot[bot]
394c7035fc
chore(deps): bump com.android.tools.build:gradle from 8.4.1 to 8.5.0 in /tutorials/java/MapWithMarker (#1642)
chore(deps): bump com.android.tools.build:gradle

Bumps com.android.tools.build:gradle from 8.4.1 to 8.5.0.

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  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-06-17 13:05:42 +00:00
dependabot[bot]
44e4fefc5c
chore(deps): bump androidx.appcompat:appcompat from 1.6.1 to 1.7.0 in /tutorials/java/MapWithMarker (#1625)
chore(deps): bump androidx.appcompat:appcompat

Bumps androidx.appcompat:appcompat from 1.6.1 to 1.7.0.

---
updated-dependencies:
- dependency-name: androidx.appcompat:appcompat
  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-06-03 13:20:31 +00:00
dependabot[bot]
602a8c288c
chore(deps): bump com.android.tools.build:gradle from 8.4.0 to 8.4.1 in /tutorials/java/MapWithMarker (#1616)
chore(deps): bump com.android.tools.build:gradle

Bumps com.android.tools.build:gradle from 8.4.0 to 8.4.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>
2024-05-27 13:57:07 +00:00
Enrique López Mañas
273126a7c7
chore: improved git hook to add Google API Keys (#1576)
* chore: improved git hook to add Google API Keys

* chore: updated Gradle
2024-05-17 05:10:18 -06:00
dependabot[bot]
37d533f202
chore(deps): bump com.android.tools.build:gradle from 8.3.2 to 8.4.0 in /tutorials/java/MapWithMarker (#1564)
chore(deps): bump com.android.tools.build:gradle

Bumps com.android.tools.build:gradle from 8.3.2 to 8.4.0.

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  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-05-06 13:05:29 +00:00
Enrique López Mañas
1df7d3d37a
fix: updated dependencies to solve compilation issue (#1557)
* fix: versions and dependencies updated to allow compilation

* fix: duplicated libraries

* fix: updated Gradle

* fix: updated Manifest

* fix: updated Gradle

* fix: fixed header
2024-05-02 14:54:21 -06:00
Angela Yu
cf74be5bc2
chore: add region tag to basic map demo and upgrade gradle (#1551)
* chore: add region tag to basic map demo

* chore: update gradle verison
2024-04-24 17:23:01 -07:00
dependabot[bot]
0cfff93e4d
chore(deps): bump com.android.tools.build:gradle from 8.3.1 to 8.3.2 in /tutorials/java/MapWithMarker (#1541)
chore(deps): bump com.android.tools.build:gradle

Bumps com.android.tools.build:gradle from 8.3.1 to 8.3.2.

---
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>
2024-04-15 13:54:14 +00:00
dependabot[bot]
5ad00c248c
chore(deps): bump com.android.tools.build:gradle from 8.3.0 to 8.3.1 in /tutorials/java/MapWithMarker (#1526)
chore(deps): bump com.android.tools.build:gradle

Bumps com.android.tools.build:gradle from 8.3.0 to 8.3.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>
2024-03-25 13:41:55 +00:00
dependabot[bot]
549b110afd
chore(deps): bump com.android.tools.build:gradle from 8.1.4 to 8.3.0 in /tutorials/java/MapWithMarker (#1502)
chore(deps): bump com.android.tools.build:gradle

Bumps com.android.tools.build:gradle from 8.1.4 to 8.3.0.

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  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-03-04 13:57:24 +00:00
Enrique López Mañas
588287af6e
docs: added hook sample (#1462)
* docs: added hook sample

* docs: changed default value to DEFAULT_API_KEY
2024-01-26 09:51:18 -08:00
Enrique López Mañas
e6f8b8a913
feat: updated targetSdk and compileSdk (#1428)
* feat: updated targetSdk and compileSdk

* docs: added licenses

* docs: excluded markdown files from header check
2023-12-06 13:20:48 -08:00
Angela Yu
f777167272
chore: set up new snippets modules for region tags (#1368)
* chore: move MapsCompose.kt to snippets/app-compose app

* chore: create app-places-ktx snippets module with places-ktx install snippet

* chore: create app-maps-rx snippets module

* chore: create app-ktx snippets module

* chore: add app-utils-ktx snippets module

* chore: rename app-maps-rx to app-rx

* chore: add app-utils snippets module

* chore: move region tag from tutorials to snippets for play services sdk dependency

* chore: move kotlin utils to app-utils-ktx module

* chore: move utils and utils-ktx snippets into corresponding modules

* chore: finalize maps sdk snippets

* chore: upgrade AGP and add namespaces

* chore: fix build issues

* chore: udpate build workflow to Java 17

* chore: fix build errors

* chore: remove v3 files

* Revert "chore: remove v3 files"

This reverts commit f70c47bd0cbd5ed73dfd43199371dcfc6afd6350.

* chore: add default PLACES_API_KEY to Current Place tutorial

* chore: fix tutorial builds
2023-10-31 09:33:26 -07:00
dependabot[bot]
73ab0a863a
chore(deps): bump com.android.tools.build:gradle from 8.0.2 to 8.1.0 in /tutorials/java/MapWithMarker (#1298)
chore(deps): bump com.android.tools.build:gradle

Bumps com.android.tools.build:gradle from 8.0.2 to 8.1.0.

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  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>
2023-07-31 13:32:31 +00:00
dependabot[bot]
38231189d4
chore(deps): bump com.android.tools.build:gradle from 8.0.1 to 8.0.2 in /tutorials/java/MapWithMarker (#1273)
chore(deps): bump com.android.tools.build:gradle

Bumps com.android.tools.build:gradle from 8.0.1 to 8.0.2.

---
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>
2023-05-29 14:01:05 +00:00
dependabot[bot]
e6ff114a84
chore(deps): bump com.android.tools.build:gradle from 8.0.0 to 8.0.1 in /tutorials/java/MapWithMarker (#1256)
chore(deps): bump com.android.tools.build:gradle

Bumps com.android.tools.build:gradle from 8.0.0 to 8.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>
2023-05-08 14:10:04 +00:00
dependabot[bot]
661358bfcf
chore(deps): bump com.android.tools.build:gradle from 7.4.2 to 8.0.0 in /tutorials/java/MapWithMarker (#1246)
chore(deps): bump com.android.tools.build:gradle

Bumps com.android.tools.build:gradle from 7.4.2 to 8.0.0.

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  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>
2023-04-17 14:03:14 +00:00
dependabot[bot]
0ba9eeebb7
chore(deps): bump com.android.tools.build:gradle from 7.4.1 to 7.4.2 in /tutorials/java/MapWithMarker (#1211)
chore(deps): bump com.android.tools.build:gradle

Bumps com.android.tools.build:gradle from 7.4.1 to 7.4.2.

---
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>
2023-03-06 14:05:11 +00:00
Enrique López Mañas
56126e7678
chore(deps): update dependencies (#1204) 2023-02-21 10:53:52 -08:00
dependabot[bot]
eb5c4e6f7c
chore(deps): bump androidx.appcompat:appcompat from 1.6.0 to 1.6.1 in /tutorials/java/MapWithMarker (#1195)
chore(deps): bump androidx.appcompat:appcompat

Bumps androidx.appcompat:appcompat from 1.6.0 to 1.6.1.

---
updated-dependencies:
- dependency-name: androidx.appcompat:appcompat
  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>
2023-02-13 14:01:06 +00:00
dependabot[bot]
1d19f50f64
chore(deps): bump com.android.tools.build:gradle from 7.4.0 to 7.4.1 in /tutorials/java/MapWithMarker (#1176)
chore(deps): bump com.android.tools.build:gradle

Bumps com.android.tools.build:gradle from 7.4.0 to 7.4.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>
2023-02-06 13:04:56 +00:00
dependabot[bot]
f5c40ea644
chore(deps): bump appcompat from 1.5.1 to 1.6.0 in /tutorials/java/MapWithMarker (#1154)
chore(deps): bump appcompat in /tutorials/java/MapWithMarker

Bumps appcompat from 1.5.1 to 1.6.0.

---
updated-dependencies:
- dependency-name: androidx.appcompat:appcompat
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-16 13:07:20 +00:00
dependabot[bot]
d1b274b42c
chore(deps): bump gradle from 7.3.1 to 7.4.0 in /tutorials/java/MapWithMarker (#1150)
chore(deps): bump gradle in /tutorials/java/MapWithMarker

Bumps gradle from 7.3.1 to 7.4.0.

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-16 13:05:12 +00:00
dependabot[bot]
9e2a7566db
chore(deps): bump junit from 1.1.4 to 1.1.5 in /tutorials/java/MapWithMarker (#1138)
chore(deps): bump junit in /tutorials/java/MapWithMarker

Bumps junit from 1.1.4 to 1.1.5.

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-09 13:16:49 +00:00
dependabot[bot]
958eb672c6
chore(deps): bump espresso-core from 3.5.0 to 3.5.1 in /tutorials/java/MapWithMarker (#1134)
chore(deps): bump espresso-core in /tutorials/java/MapWithMarker

Bumps espresso-core from 3.5.0 to 3.5.1.

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-09 13:08:05 +00:00
Enrique López Mañas
b20987b9c3
chore(dependencies): general update of dependencies (#1107)
* chore(dependencies): general update of dependencies

* doc: updated API level for WearOS

* chore: updated API level for WearOS

* chore: moved namespace to Gradle file

Co-authored-by: Angela Yu <5506675+wangela@users.noreply.github.com>
2022-12-20 13:50:58 -08:00
dependabot[bot]
cf9688c295
chore(deps): bump espresso-core from 3.4.0 to 3.5.0 in /tutorials/java/MapWithMarker (#1088)
chore(deps): bump espresso-core in /tutorials/java/MapWithMarker

Bumps espresso-core from 3.4.0 to 3.5.0.

---
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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-14 13:10:08 +00:00
dependabot[bot]
8c6358cdb5
chore(deps): bump junit from 1.1.3 to 1.1.4 in /tutorials/java/MapWithMarker (#1090)
chore(deps): bump junit in /tutorials/java/MapWithMarker

Bumps junit from 1.1.3 to 1.1.4.

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-14 13:05:41 +00:00
dependabot[bot]
ba1cf64d57
chore(deps): bump gradle from 7.3.0 to 7.3.1 in /tutorials/java/MapWithMarker (#1074)
chore(deps): bump gradle in /tutorials/java/MapWithMarker

Bumps gradle from 7.3.0 to 7.3.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-17 13:15:24 +00:00
dependabot[bot]
3c268e554b
chore(deps): bump gradle from 7.2.2 to 7.3.0 in /tutorials/java/MapWithMarker (#1058)
chore(deps): bump gradle in /tutorials/java/MapWithMarker

Bumps gradle from 7.2.2 to 7.3.0.

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-19 13:52:09 +00:00
dependabot[bot]
1de27a3236
chore(deps): bump appcompat from 1.5.0 to 1.5.1 in /tutorials/java/MapWithMarker (#1044)
chore(deps): bump appcompat in /tutorials/java/MapWithMarker

Bumps appcompat from 1.5.0 to 1.5.1.

---
updated-dependencies:
- dependency-name: androidx.appcompat:appcompat
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-12 13:11:15 +00:00
dependabot[bot]
113aa87baf
chore(deps): bump appcompat from 1.4.2 to 1.5.0 in /tutorials/java/MapWithMarker (#1038)
chore(deps): bump appcompat in /tutorials/java/MapWithMarker

Bumps appcompat from 1.4.2 to 1.5.0.

---
updated-dependencies:
- dependency-name: androidx.appcompat:appcompat
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-15 13:09:06 +00:00
dependabot[bot]
78a24db7bc
chore(deps): bump gradle from 7.2.1 to 7.2.2 in /tutorials/java/MapWithMarker (#1028)
chore(deps): bump gradle in /tutorials/java/MapWithMarker

Bumps gradle from 7.2.1 to 7.2.2.

---
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>
2022-08-08 13:16:08 +00:00
dependabot[bot]
5fe6a5ea5d
chore(deps): bump play-services-maps from 18.0.2 to 18.1.0 in /tutorials/java/MapWithMarker (#1017)
chore(deps): bump play-services-maps in /tutorials/java/MapWithMarker

Bumps play-services-maps from 18.0.2 to 18.1.0.

---
updated-dependencies:
- dependency-name: com.google.android.gms:play-services-maps
  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>
2022-07-25 13:50:51 +00:00
dependabot[bot]
8498f896e9
chore(deps): bump appcompat from 1.4.1 to 1.4.2 in /tutorials/java/MapWithMarker (#982)
chore(deps): bump appcompat in /tutorials/java/MapWithMarker

Bumps appcompat from 1.4.1 to 1.4.2.

---
updated-dependencies:
- dependency-name: androidx.appcompat:appcompat
  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>
2022-06-06 13:19:12 +00:00
dependabot[bot]
ada36b6217
chore(deps): bump gradle from 7.2.0 to 7.2.1 in /tutorials/java/MapWithMarker (#965)
chore(deps): bump gradle in /tutorials/java/MapWithMarker

Bumps gradle from 7.2.0 to 7.2.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>
2022-05-30 13:27:14 +00:00
dependabot[bot]
2b3df2b31d
chore(deps): bump gradle from 7.1.3 to 7.2.0 in /tutorials/kotlin/MapWithMarker (#955)
* chore(deps): bump gradle in /tutorials/kotlin/MapWithMarker

Bumps gradle from 7.1.3 to 7.2.0.

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

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

* chore(deps): bump gradle distribution url from 7.2 to 7.3.3

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Angela Yu <5506675+wangela@users.noreply.github.com>
2022-05-23 17:07:24 -07:00
dependabot[bot]
1503cb54ab
chore(deps): bump gradle in /tutorials/java/MapWithMarker (#917)
Bumps gradle from 7.1.2 to 7.1.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>
2022-04-08 13:09:01 +00:00
Chris Arriola
e76f21fb1f
chore: Replace default MAPS_API_KEY value. (#900)
Change-Id: I4080de8db81d54c126ad5af3a3070b4afcbea22e
2022-03-23 09:32:39 -07:00
dependabot[bot]
0333d74799
chore(deps): bump secrets-gradle-plugin in /tutorials/java/MapWithMarker (#868)
Bumps [secrets-gradle-plugin](https://github.com/google/secrets-gradle-plugin) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/google/secrets-gradle-plugin/releases)
- [Changelog](https://github.com/google/secrets-gradle-plugin/blob/main/.releaserc)
- [Commits](https://github.com/google/secrets-gradle-plugin/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin
  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>
2022-03-22 00:06:21 +00:00
Chris Arriola
a88ca81998
chore: Add CloudBasedMapStylingDemoActivity to gms flavor. (#853)
* chore: Add CloudBasedMapStylingDemoActivity to gms flavor.

Change-Id: I95e1c76f04dfabed43cfea13a65c61e518acb279

* chore: Add CloudBasedMapStylingDemoActivity to gms demos kotlin.

Change-Id: I907741c12a4fba1ef10dcd0ec83fe2f10e8ee233

* Use gradle 7.2

Change-Id: I24ee0594db9f36f49f15d0c32a2c89f81ce6336f
2022-03-21 15:57:06 -07:00
dependabot[bot]
84c8089b3f
chore(deps): bump gradle in /tutorials/java/MapWithMarker (#881)
Bumps gradle from 7.1.1 to 7.1.2.

---
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>
2022-02-28 13:07:42 +00:00
dependabot[bot]
f00cb9bff1
chore(deps): bump gradle in /tutorials/java/MapWithMarker (#844)
Bumps gradle from 7.0.4 to 7.1.1.

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  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>
2022-02-07 13:26:02 +00:00
dependabot[bot]
c402314add
chore(deps): bump play-services-maps in /tutorials/java/MapWithMarker (#814)
Bumps play-services-maps from 18.0.1 to 18.0.2.

---
updated-dependencies:
- dependency-name: com.google.android.gms:play-services-maps
  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>
2022-02-03 23:13:02 +00:00
Chris Arriola
2a90e70b08
chore: Remove API key reference in gradle.properties. (#827)
Change-Id: Iba997a8755a5b1e7c4de5efc19a1db792aea793c
2022-02-02 14:46:47 -08:00
dependabot[bot]
356cbe177f
chore(deps): bump appcompat in /tutorials/java/MapWithMarker (#819)
Bumps appcompat from 1.4.0 to 1.4.1.

---
updated-dependencies:
- dependency-name: androidx.appcompat:appcompat
  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>
2022-01-17 13:16:16 +00:00
dependabot[bot]
6e693989f8
chore(deps): bump play-services-maps in /tutorials/java/MapWithMarker (#793)
Bumps play-services-maps from 18.0.0 to 18.0.1.

---
updated-dependencies:
- dependency-name: com.google.android.gms:play-services-maps
  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-12-13 14:50:50 +00:00
dependabot[bot]
9dcbf11d05
chore(deps): bump gradle in /tutorials/java/MapWithMarker (#792)
Bumps gradle from 7.0.3 to 7.0.4.

---
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-12-13 14:48:39 +00:00
dependabot[bot]
4490873660
chore(deps): bump appcompat in /tutorials/java/MapWithMarker (#756)
Bumps appcompat from 1.3.1 to 1.4.0.

---
updated-dependencies:
- dependency-name: androidx.appcompat:appcompat
  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>
2021-11-22 13:11:55 +00:00
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