104 Commits

Author SHA1 Message Date
dependabot[bot]
7d75f09c12
chore(deps): bump maps-ktx from 3.3.0 to 3.4.0 in /snippets (#951)
Bumps [maps-ktx](https://github.com/googlemaps/android-maps-ktx) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/googlemaps/android-maps-ktx/releases)
- [Changelog](https://github.com/googlemaps/android-maps-ktx/blob/main/release.gpg.gpg)
- [Commits](https://github.com/googlemaps/android-maps-ktx/compare/v3.3.0...v3.4.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>
2022-05-24 17:59:39 +00:00
dependabot[bot]
733ca9351d
chore(deps): bump maps-compose from 2.0.0 to 2.1.1 in /snippets (#949)
Bumps [maps-compose](https://github.com/googlemaps/android-maps-compose) from 2.0.0 to 2.1.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/v2.0.0...v2.1.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>
2022-05-24 10:53:11 -07:00
dependabot[bot]
b9a480cb75
chore(deps): bump kotlin-stdlib from 1.6.10 to 1.6.21 in /snippets (#948)
Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.6.10 to 1.6.21.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.21/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.10...v1.6.21)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  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-24 10:52:30 -07:00
Justin Poehnelt
d32b3b4db1
fix: revert dependencies to last green build (#937) 2022-05-10 18:02:18 -06:00
dependabot[bot]
e52884befb
chore(deps): bump kotlin-stdlib from 1.6.10 to 1.6.21 in /snippets (#928)
Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.6.10 to 1.6.21.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/releases">kotlin-stdlib's releases</a>.</em></p>
<blockquote>
<h2>Kotlin 1.6.21</h2>
<h2>Changelog</h2>
<h3>Compiler</h3>
<ul>
<li><a href="https://youtrack.jetbrains.com/issue/KT-51979"><code>KT-51979</code></a> &quot;AssertionError: No modifier list, but modifier has been found by the analyzer&quot; exception on incorrect Java interface override</li>
<li><a href="https://youtrack.jetbrains.com/issue/KT-51893"><code>KT-51893</code></a> Duplicated [OVERRIDE_DEPRECATION] on overridden properties</li>
<li><a href="https://youtrack.jetbrains.com/issue/KT-51927"><code>KT-51927</code></a> Native: <code>The symbol of unexpected type encountered during IR deserialization</code> error when multiple libraries have non-conflicting declarations with the same name</li>
<li><a href="https://youtrack.jetbrains.com/issue/KT-51843"><code>KT-51843</code></a> Functional interface constructor references are incorrectly allowed in 1.6.20 without any compiler flags</li>
<li><a href="https://youtrack.jetbrains.com/issue/KT-51672"><code>KT-51672</code></a> JVM IR: Inline class mangling issue in interface default methods split across multiple modules</li>
<li><a href="https://youtrack.jetbrains.com/issue/KT-51711"><code>KT-51711</code></a> Compiler warning is displayed in case there is 'if' else branch used with elvis</li>
<li><a href="https://youtrack.jetbrains.com/issue/KT-49317"><code>KT-49317</code></a> &quot;IllegalStateException: Parent of this declaration is not a class: FUN LOCAL_FUNCTION_FOR_LAMBDA&quot; with parameter of suspend type with the default parameter</li>
</ul>
<h3>IDE. Native</h3>
<ul>
<li><a href="https://youtrack.jetbrains.com/issue/KTIJ-20819"><code>KTIJ-20819</code></a> Native debugging support: &quot;Debug is impossible without lldb binaries required by Kotlin/Native&quot; on &quot;Attach to process&quot;</li>
</ul>
<h3>JavaScript</h3>
<ul>
<li><a href="https://youtrack.jetbrains.com/issue/KT-52010"><code>KT-52010</code></a> K/JS IR: both flows execute when using elvis operator</li>
<li><a href="https://youtrack.jetbrains.com/issue/KT-51973"><code>KT-51973</code></a> KJS / IR overridden properties of inherited interface missing</li>
<li><a href="https://youtrack.jetbrains.com/issue/KT-50504"><code>KT-50504</code></a> KJS / IR: Transpiled JS incorrectly uses the unscrambled names of internal fields</li>
</ul>
<h3>Tools. Gradle</h3>
<ul>
<li><a href="https://youtrack.jetbrains.com/issue/KT-51837"><code>KT-51837</code></a> kotlin-gradle-plugin:1.6.20 fails xray scan on shadowed Gson 2.8.6.</li>
</ul>
<h3>Tools. Gradle. Multiplatform</h3>
<ul>
<li><a href="https://youtrack.jetbrains.com/issue/KT-51810"><code>KT-51810</code></a> MPP / Gradle: Dependency locking fails with 1.6.20</li>
<li><a href="https://youtrack.jetbrains.com/issue/KT-51765"><code>KT-51765</code></a> com.android.lint in multiplatform project without android target should not trigger warning</li>
</ul>
<h2>Checksums</h2>
<table>
<thead>
<tr>
<th>File</th>
<th>Sha256</th>
</tr>
</thead>
<tbody>
<tr>
<td>kotlin-compiler-1.6.21.zip</td>
<td>632166fed89f3f430482f5aa07f2e20b923b72ef688c8f5a7df3aa1502c6d8ba</td>
</tr>
<tr>
<td>kotlin-native-linux-x86_64-1.6.21.tar.gz</td>
<td>af51f6ae244bb19979fbae6dc3afdca7bae42568d6a33f0fa331edd665a611fa</td>
</tr>
<tr>
<td>kotlin-native-macos-x86_64-1.6.21.tar.gz</td>
<td>ce74cc3bc874a42e9b912515626c563dee075503d0c3f55c24cd75724986f020</td>
</tr>
<tr>
<td>kotlin-native-macos-aarch64-1.6.21.tar.gz</td>
<td>92426f943b4ad18fb37a1b7ef5f2d7d872f67f228e232a34a9890993edf9b4c5</td>
</tr>
<tr>
<td>kotlin-native-windows-x86_64-1.6.21.zip</td>
<td>ac520bf2f66197fec1ff6c666432cb908bf49e39b9266dd6979fa6e2c0294206</td>
</tr>
</tbody>
</table>
<h2>Kotlin 1.6.20</h2>
<h2>Changelog</h2>
<h3>Compiler</h3>
<h4>New Features</h4>
<ul>
<li><a href="https://youtrack.jetbrains.com/issue/KT-48217"><code>KT-48217</code></a> Add an annotation JvmDefaultWithCompatibility to allow generating DefaultImpls classes if -Xjvm-default=all option is used</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/blob/v1.6.21/ChangeLog.md">kotlin-stdlib's changelog</a>.</em></p>
<blockquote>
<h2>1.6.21</h2>
<h3>Compiler</h3>
<ul>
<li><a href="https://youtrack.jetbrains.com/issue/KT-51979"><code>KT-51979</code></a> &quot;AssertionError: No modifier list, but modifier has been found by the analyzer&quot; exception on incorrect Java interface override</li>
<li><a href="https://youtrack.jetbrains.com/issue/KT-51893"><code>KT-51893</code></a> Duplicated [OVERRIDE_DEPRECATION] on overridden properties</li>
<li><a href="https://youtrack.jetbrains.com/issue/KT-51927"><code>KT-51927</code></a> Native: <code>The symbol of unexpected type encountered during IR deserialization</code> error when multiple libraries have non-conflicting declarations with the same name</li>
<li><a href="https://youtrack.jetbrains.com/issue/KT-51843"><code>KT-51843</code></a> Functional interface constructor references are incorrectly allowed in 1.6.20 without any compiler flags</li>
<li><a href="https://youtrack.jetbrains.com/issue/KT-51672"><code>KT-51672</code></a> JVM IR: Inline class mangling issue in interface default methods split across multiple modules</li>
<li><a href="https://youtrack.jetbrains.com/issue/KT-51711"><code>KT-51711</code></a> Compiler warning is displayed in case there is 'if' else branch used with elvis</li>
<li><a href="https://youtrack.jetbrains.com/issue/KT-49317"><code>KT-49317</code></a> &quot;IllegalStateException: Parent of this declaration is not a class: FUN LOCAL_FUNCTION_FOR_LAMBDA&quot; with parameter of suspend type with the default parameter</li>
</ul>
<h3>IDE. Native</h3>
<ul>
<li><a href="https://youtrack.jetbrains.com/issue/KTIJ-20819"><code>KTIJ-20819</code></a> Native debugging support: &quot;Debug is impossible without lldb binaries required by Kotlin/Native&quot; on &quot;Attach to process&quot;</li>
</ul>
<h3>JavaScript</h3>
<ul>
<li><a href="https://youtrack.jetbrains.com/issue/KT-52010"><code>KT-52010</code></a> K/JS IR: both flows execute when using elvis operator</li>
<li><a href="https://youtrack.jetbrains.com/issue/KT-51973"><code>KT-51973</code></a> KJS / IR overridden properties of inherited interface missing</li>
<li><a href="https://youtrack.jetbrains.com/issue/KT-50504"><code>KT-50504</code></a> KJS / IR: Transpiled JS incorrectly uses the unscrambled names of internal fields</li>
</ul>
<h3>Tools. Gradle</h3>
<ul>
<li><a href="https://youtrack.jetbrains.com/issue/KT-51837"><code>KT-51837</code></a> kotlin-gradle-plugin:1.6.20 fails xray scan on shadowed Gson 2.8.6.</li>
</ul>
<h3>Tools. Gradle. Multiplatform</h3>
<ul>
<li><a href="https://youtrack.jetbrains.com/issue/KT-51810"><code>KT-51810</code></a> MPP / Gradle: Dependency locking fails with 1.6.20</li>
<li><a href="https://youtrack.jetbrains.com/issue/KT-51765"><code>KT-51765</code></a> com.android.lint in multiplatform project without android target should not trigger warning</li>
</ul>
<h2>1.6.20</h2>
<h3>Compiler</h3>
<h4>New Features</h4>
<ul>
<li><a href="https://youtrack.jetbrains.com/issue/KT-48217"><code>KT-48217</code></a> Add an annotation JvmDefaultWithCompatibility to allow generating DefaultImpls classes if -Xjvm-default=all option is used</li>
<li><a href="https://youtrack.jetbrains.com/issue/KT-49929"><code>KT-49929</code></a> [FIR] Support programmatic creation of annotation class instances</li>
<li><a href="https://youtrack.jetbrains.com/issue/KT-49276"><code>KT-49276</code></a> Warn about potential overload resolution change if Range/Progression starts implementing Collection</li>
<li><a href="https://youtrack.jetbrains.com/issue/KT-47902"><code>KT-47902</code></a> Do not propagate method deprecation through overrides</li>
<li><a href="https://youtrack.jetbrains.com/issue/KT-49857"><code>KT-49857</code></a> Require Xcode 13 for building Kotlin/Native compiler</li>
<li><a href="https://youtrack.jetbrains.com/issue/KT-47701"><code>KT-47701</code></a> Support instantiation of annotation classes on Native</li>
<li><a href="https://youtrack.jetbrains.com/issue/KT-46085"><code>KT-46085</code></a> Support experimental parallel compilation of a single module in the JVM backend</li>
<li><a href="https://youtrack.jetbrains.com/issue/KT-46603"><code>KT-46603</code></a> Generate SAM-conversions to Java interfaces extending 'java.io.Serializable' as serializable using java.lang.invoke.LambdaMetafactory</li>
</ul>
<h4>Performance Improvements</h4>
<ul>
<li><a href="https://youtrack.jetbrains.com/issue/KT-50156"><code>KT-50156</code></a> HMPP: Slow frontend/ide performance in OKIO (ExpectActualDeclarationChecker)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="ed3967eb58"><code>ed3967e</code></a> Add changelog for 1.6.21</li>
<li><a href="26487d283d"><code>26487d2</code></a> JS IR: materialize Unit in lambdas</li>
<li><a href="4cbf375faa"><code>4cbf375</code></a> Add workaround for Gradle dependency resolution error</li>
<li><a href="a16798db7e"><code>a16798d</code></a> Force using 2.8.9+ gson version as a dependency</li>
<li><a href="3ac8d951cb"><code>3ac8d95</code></a> Fix exception when reporting WRONG_TYPE_PARAMETER_NULLABILITY_FOR_JAVA_OVERRIDE</li>
<li><a href="2f4afe05e9"><code>2f4afe0</code></a> Fix for KT-51765</li>
<li><a href="5584a5006d"><code>5584a50</code></a> [FE 1.0] Don't report OVERRIDE_DEPRECATION on default accessors of deprecated...</li>
<li><a href="a3ed332dbe"><code>a3ed332</code></a> rrr/1.6.20/ilgonmic/kt-51973</li>
<li><a href="368465e24b"><code>368465e</code></a> JVM IR: Resolve fake overrides during inline class mangling</li>
<li><a href="0c80614441"><code>0c80614</code></a> [FE 1.0] Fix false-negative INVALID_IF_AS_EXPRESSION_WARNING and NO_ELSE_IN_W...</li>
<li>Additional commits viewable in <a href="https://github.com/JetBrains/kotlin/compare/v1.6.10...v1.6.21">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.kotlin:kotlin-stdlib&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:06 +00:00
dependabot[bot]
e61f4a96ec
chore(deps): bump maps-compose from 2.1.0 to 2.1.1 in /snippets (#934)
Bumps [maps-compose](https://github.com/googlemaps/android-maps-compose) from 2.1.0 to 2.1.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/googlemaps/android-maps-compose/releases">maps-compose's releases</a>.</em></p>
<blockquote>
<h2>v2.1.1</h2>
<h2><a href="https://github.com/googlemaps/android-maps-compose/compare/v2.1.0...v2.1.1">2.1.1</a> (2022-05-06)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Ensure CameraPositionState map reference clears when GoogleMap l… (<a href="https://github-redirect.dependabot.com/googlemaps/android-maps-compose/issues/109">#109</a>) (<a href="2f09c6df0c">2f09c6d</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="cf9f878ece"><code>cf9f878</code></a> chore(release): 2.1.1 [skip ci]</li>
<li><a href="2f09c6df0c"><code>2f09c6d</code></a> fix: Ensure CameraPositionState map reference clears when GoogleMap l… (<a href="https://github-redirect.dependabot.com/googlemaps/android-maps-compose/issues/109">#109</a>)</li>
<li><a href="3ce97d8154"><code>3ce97d8</code></a> chore: Edit maps_compose_dependency region tag. (<a href="https://github-redirect.dependabot.com/googlemaps/android-maps-compose/issues/97">#97</a>)</li>
<li><a href="2a6f33ec36"><code>2a6f33e</code></a> chore: Add maps_android_compose_dependency region tag. (<a href="https://github-redirect.dependabot.com/googlemaps/android-maps-compose/issues/96">#96</a>)</li>
<li>See full diff in <a href="https://github.com/googlemaps/android-maps-compose/compare/v2.1.0...v2.1.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.maps.android:maps-compose&package-manager=gradle&previous-version=2.1.0&new-version=2.1.1)](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:02:02 +00:00
dependabot[bot]
71681481a1
chore(deps): bump maps-compose from 2.0.0 to 2.1.0 in /snippets (#911)
Bumps [maps-compose](https://github.com/googlemaps/android-maps-compose) from 2.0.0 to 2.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/v2.0.0...v2.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>
2022-04-25 21:42:55 +00:00
dependabot[bot]
f8bb45c4be
chore(deps): bump maps-ktx from 3.3.0 to 3.4.0 in /snippets (#907)
Bumps [maps-ktx](https://github.com/googlemaps/android-maps-ktx) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/googlemaps/android-maps-ktx/releases)
- [Changelog](https://github.com/googlemaps/android-maps-ktx/blob/main/release.gpg.gpg)
- [Commits](https://github.com/googlemaps/android-maps-ktx/compare/v3.3.0...v3.4.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>
2022-04-25 14:40:20 -07:00
dependabot[bot]
3ddf06ebcd
chore(deps): bump org.jetbrains.kotlin.android in /snippets (#926)
Bumps org.jetbrains.kotlin.android from 1.6.10 to 1.6.21.

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.android
  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-25 13:08:57 +00:00
Chris Arriola
7c017067b7
chore: Add secrets-gradle-plugin region tags. (#903)
* chore: Add secrets-gradle-plugin region tags.

Change-Id: I701043dc1fed653492ecc35e551b2e9d8ce16d19

* Adding ACCESS_COARSE_LOCATION.

Change-Id: Ia8e0eb80be5f0aa982cf195c5cfbb9471fc85f5f
2022-03-30 15:19:23 -07:00
Chris Arriola
3583e62061
chore(snippets): Add snippets for Maps Rx. (#902)
* chore(snippets): Add snippets for Maps Rx.

Change-Id: I820e3268f3cbe89c34bc63e7b4a55897b70c6ec4

* Fix ending tag.

Change-Id: Ie6b0628292b98fc497817e41944a4000f428b6df
2022-03-28 14:45:41 -07:00
Chris Arriola
e76f21fb1f
chore: Replace default MAPS_API_KEY value. (#900)
Change-Id: I4080de8db81d54c126ad5af3a3070b4afcbea22e
2022-03-23 09:32:39 -07:00
Chris Arriola
165cce8a37
chore(snippets): Add region tag for dependency management. (#898)
Change-Id: Ifb9ceb61c73d4a000b25de720e5adacbd525038a
2022-03-22 15:44:35 -07:00
Chris Arriola
241f3a4974
chore: Update maps compose snippet 2.0.0 (#897)
Change-Id: I2acef39c95e496e0d42f43a215b79b463281f077
2022-03-22 14:51:34 -07:00
dependabot[bot]
5782174087
chore(deps): bump secrets-gradle-plugin from 2.0.0 to 2.0.1 in /snippets (#866)
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-21 23:57:29 +00:00
dependabot[bot]
c00f0565d3
chore(deps): bump navigation-ui from 2.4.0 to 2.4.1 in /snippets (#860)
Bumps navigation-ui from 2.4.0 to 2.4.1.

---
updated-dependencies:
- dependency-name: androidx.navigation:navigation-ui
  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-21 23:56:17 +00:00
dependabot[bot]
06560a48f4
chore(deps): bump lifecycle-runtime-ktx from 2.4.0 to 2.4.1 in /snippets (#858)
Bumps lifecycle-runtime-ktx from 2.4.0 to 2.4.1.

---
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>
2022-03-21 23:47:35 +00:00
dependabot[bot]
9b6bcd1829
chore(deps): bump maps-compose from 1.0.0 to 1.3.1 in /snippets (#894)
Bumps [maps-compose](https://github.com/googlemaps/android-maps-compose) from 1.0.0 to 1.3.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/v1.0.0...v1.3.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>
2022-03-21 16:40:55 -07:00
dependabot[bot]
86ca522495
chore(deps): bump navigation-fragment from 2.4.0 to 2.4.1 in /snippets (#859)
Bumps navigation-fragment from 2.4.0 to 2.4.1.

---
updated-dependencies:
- dependency-name: androidx.navigation:navigation-fragment
  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-21 23:36:11 +00:00
Chris Arriola
74547973f8
chore: Fix build failures. (#895)
* chore: Fix builds.

Change-Id: Icc0064049ecc8f02843a382415514228031e2183

* Bump to gradle 7.2.

Change-Id: Ia36fbf147bc3ec8c5f44fd980868a691263174e9
2022-03-21 16:18:40 -07:00
Chris Arriola
3f6f0fff87
chore(Snippet): Fix usage of setting the camera's position. (#890)
Change-Id: I8fab433fbc3e53bab86e5a2be221286fb695129e
2022-03-01 16:28:30 -08:00
dependabot[bot]
b61e8bd787
chore(deps): bump gradle from 7.0.4 to 7.1.2 in /snippets (#877)
Bumps gradle from 7.0.4 to 7.1.2.

---
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-28 13:07:11 +00:00
Chris Arriola
96daebca63
chore(Snippets): Add Maps Compose snippets. (#841)
Change-Id: Idd9903a3570a1427491dd98442bffcfd985f11bf
2022-02-07 13:37:16 -08:00
dependabot[bot]
fb109a90e9
chore(deps): bump navigation-ui from 2.3.5 to 2.4.0 in /snippets (#839)
Bumps navigation-ui from 2.3.5 to 2.4.0.

---
updated-dependencies:
- dependency-name: androidx.navigation:navigation-ui
  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-03 23:46:30 +00:00
dependabot[bot]
3a9891d2ab
chore(deps): bump navigation-fragment from 2.3.5 to 2.4.0 in /snippets (#840)
Bumps navigation-fragment from 2.3.5 to 2.4.0.

---
updated-dependencies:
- dependency-name: androidx.navigation:navigation-fragment
  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-03 23:39:46 +00:00
dependabot[bot]
cffdf7dbdb
chore(deps): bump material from 1.4.0 to 1.5.0 in /snippets (#824)
Bumps [material](https://github.com/material-components/material-components-android) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](https://github.com/material-components/material-components-android/compare/1.4.0...1.5.0)

---
updated-dependencies:
- dependency-name: com.google.android.material:material
  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-03 23:39:39 +00:00
dependabot[bot]
c088271186
chore(deps): bump appcompat from 1.4.0 to 1.4.1 in /snippets (#825)
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-02-03 23:26:15 +00:00
dependabot[bot]
27be6687f7
chore(deps): bump play-services-maps from 18.0.1 to 18.0.2 in /snippets (#808)
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 22:46:07 +00:00
dependabot[bot]
0a9b2889b4
chore(deps): bump constraintlayout from 2.1.2 to 2.1.3 in /snippets (#822)
Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.2 to 2.1.3.
- [Release notes](https://github.com/androidx/constraintlayout/releases)
- [Commits](https://github.com/androidx/constraintlayout/compare/2.1.2...2.1.3)

---
updated-dependencies:
- dependency-name: androidx.constraintlayout:constraintlayout
  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:23:05 +00:00
dependabot[bot]
72aaa4132f
chore(deps): bump kotlin_version from 1.6.0 to 1.6.10 in /snippets (#800)
Bumps `kotlin_version` from 1.6.0 to 1.6.10.

Updates `kotlin-gradle-plugin` from 1.6.0 to 1.6.10
- [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.6.0...v1.6.10)

Updates `kotlin-stdlib` from 1.6.0 to 1.6.10
- [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.6.0...v1.6.10)

---
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
  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-20 13:21:46 +00:00
dependabot[bot]
f22c864da8
chore(deps): bump gradle from 7.0.3 to 7.0.4 in /snippets (#791)
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:38:36 +00:00
dependabot[bot]
cea243c7fb
chore(deps): bump play-services-maps from 18.0.0 to 18.0.1 in /snippets (#790)
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:34:23 +00:00
dependabot[bot]
488acae8e1
chore(deps): bump maps-ktx from 3.2.1 to 3.3.0 in /snippets (#770)
Bumps [maps-ktx](https://github.com/googlemaps/android-maps-ktx) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/googlemaps/android-maps-ktx/releases)
- [Changelog](https://github.com/googlemaps/android-maps-ktx/blob/main/release.gpg.gpg)
- [Commits](https://github.com/googlemaps/android-maps-ktx/compare/v3.2.1...v3.3.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>
2021-12-06 13:12:50 +00:00
Chris Arriola
8549ee6253
chore: Add snippets for MapID. (#769)
Change-Id: I434662a7d99ae3b333a8e53c97813f6eafed7d68
2021-12-03 10:36:53 -08:00
Chris Arriola
f6b2da8bcb
chore: Add KTX snippets. (#767)
* chore: Add KTX snippets.

Change-Id: I7b1ce2aaefa04b65682f29586f65bb042599ad18

* Import Maps explicitly.

Change-Id: I7148dbfc358fe3b30d5b99b2e252a03967a8d67f
2021-12-02 14:58:47 -08:00
dependabot[bot]
7cf2d001d4
chore(deps): bump core-ktx from 1.6.0 to 1.7.0 in /snippets (#744)
Bumps core-ktx from 1.6.0 to 1.7.0.

---
updated-dependencies:
- dependency-name: androidx.core:core-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>
2021-11-22 13:38:34 +00:00
dependabot[bot]
87d551f542
chore(deps): bump constraintlayout from 2.1.0 to 2.1.2 in /snippets (#764)
Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.0 to 2.1.2.
- [Release notes](https://github.com/androidx/constraintlayout/releases)
- [Commits](https://github.com/androidx/constraintlayout/commits)

---
updated-dependencies:
- dependency-name: androidx.constraintlayout:constraintlayout
  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-11-22 13:24:01 +00:00
dependabot[bot]
b2796afb75
chore(deps): bump appcompat from 1.3.1 to 1.4.0 in /snippets (#762)
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:22:13 +00:00
Chris Arriola
f6a7046740 chore(snippet): Remove duplicate exclude.
Change-Id: Ic510449101e65904def87b84b19ca0d159f15506
2021-11-18 10:16:30 -08:00
dependabot[bot]
73aab5d1b8
chore(deps): bump kotlin_version from 1.5.31 to 1.6.0 in /snippets (#754)
Bumps `kotlin_version` from 1.5.31 to 1.6.0.

Updates `kotlin-gradle-plugin` from 1.5.31 to 1.6.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `kotlin-stdlib` from 1.5.31 to 1.6.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  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-15 13:18:13 +00:00
Chris Arriola
c8a7ec1127
chore: Add maps_android_mapsactivity region tag. (#747)
Change-Id: I642a4bd8624d6665f5eb2720079e321880581aa6
2021-11-05 13:06:03 -07:00
Chris Arriola
15b409a16c chore: Exclude import
Change-Id: I8d895eaf6e3c5787956b3cd4e3c995659a0b7443
2021-11-03 16:16:05 -07:00
Chris Arriola
4ee2170919
fix: Fix v18.0.0 build errors (#740)
* fix: Fix build errors from v18.0.0

Change-Id: Id4a2b5edf71832ffe71e2296de979b9a48b7786a

* Update CI to only build GMS on non-snippet code.

Change-Id: I1cbc08546758ec1ae40851777efdbe2ac2e941a4

* Remove redundant snippet end tag.

Change-Id: I8101762c705a31af6c63deec91152246e19b9622

* Fix nullability errors.

Change-Id: I3e535c0389586bf69a6780c5ce46c813e2b3241f
2021-10-27 11:21:21 -07: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
dependabot[bot]
ee36b47f9b
chore(deps): bump android-maps-utils from 2.2.5 to 2.3.0 in /snippets (#730)
Bumps [android-maps-utils](https://github.com/googlemaps/android-maps-utils) from 2.2.5 to 2.3.0.
- [Release notes](https://github.com/googlemaps/android-maps-utils/releases)
- [Changelog](https://github.com/googlemaps/android-maps-utils/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googlemaps/android-maps-utils/compare/v2.2.5...v2.3.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>
2021-10-25 13:14:29 +00:00
dependabot[bot]
de52bbba31
chore(deps): bump kotlin_version from 1.5.30 to 1.5.31 in /snippets (#711)
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` 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
  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:30:26 +00:00
dependabot[bot]
b2d793b4b1
chore(deps): bump gradle from 7.0.1 to 7.0.3 in /snippets (#718)
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 13:21:09 +00:00
dependabot[bot]
39aba7ab5a
chore(deps): bump constraintlayout from 2.0.4 to 2.1.0 in /snippets (#646)
Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.0.4 to 2.1.0.
- [Release notes](https://github.com/androidx/constraintlayout/releases)
- [Commits](https://github.com/androidx/constraintlayout/compare/2.0.4...2.1.0)

---
updated-dependencies:
- dependency-name: androidx.constraintlayout:constraintlayout
  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-08-30 13:33:13 +00:00
dependabot[bot]
7c8307576b
chore(deps): bump kotlin_version from 1.5.21 to 1.5.30 in /snippets (#686)
Bumps `kotlin_version` from 1.5.21 to 1.5.30.

Updates `kotlin-gradle-plugin` from 1.5.21 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.21...v1.5.30)

Updates `kotlin-stdlib` from 1.5.21 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.21...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
  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:20:10 +00:00
dependabot[bot]
fb033c04d9
chore(deps): bump volley from 1.2.0 to 1.2.1 in /snippets (#682)
Bumps [volley](https://github.com/google/volley) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/google/volley/releases)
- [Commits](https://github.com/google/volley/compare/1.2.0...1.2.1)

---
updated-dependencies:
- dependency-name: com.android.volley:volley
  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:15:15 +00:00