181 Commits

Author SHA1 Message Date
Enrique López-Mañas
7cfb154178
chore: added Lint flow to modules (#2308)
* chore: added Lint flow to modules

* chore: header for lint

* chore: removed abort on error

* chore: remove lint

* chore: fixed lints

* chore: fix permission
2025-10-13 10:40:58 -06:00
Dale Hawkins
b8519f44fe
refactor: Centralize SDK versions in libs.versions.toml (#2294)
* refactor: Centralize SDK versions in libs.versions.toml

Moved compileSdk, minSdk, and targetSdk to libs.versions.toml for ApiDemos and snippets projects to ensure consistency and ease of maintenance.

fix: Corrected top bar layout in Kotlin Advanced Markers demo

The Kotlin version of the Advanced Markers demo was missing a call to applyInsets, causing the top bar to overlap with the system UI. This has been corrected to match the behavior of the Java version.

* refactor: Modernize Gradle scripts and update dependencies

This commit refactors the Gradle build scripts for all snippet modules to align with modern Android development practices.

Key changes include:
- Migrating all plugin and dependency declarations to use the version catalog (`libs.versions.toml`).
- Replacing `id("...")` with `alias(libs.plugins...)` for applying plugins.
- Updating numerous library versions, including AGP, Kotlin, and various Jetpack and Google Maps libraries.
- Setting a `namespace` in all module-level `build.gradle.kts` files.
- Enabling Compose and setting the Java toolchain to version 21 across all modules.
- Enabling minification for release builds.
- Removing the legacy `buildscript` block from the root `build.gradle.kts`.

* refactor: removed coreKtx

* refactor: fix build

* refactor: fix build

* refactor: Remove unused Compose configuration from snippet modules

Removed the Jetpack Compose plugin and `compose = true` build feature from all snippet modules as it was not being used.

fix: Update maps-utils snippets

Corrected several issues in the `app-utils` Java snippets:
- Replaced the deprecated `setWeightedData` method with `updateData` in the Heatmaps demo.
- Initialized an empty list in the Heatmaps demo to prevent a potential NullPointerException.
- Added missing R class imports.

---------

Co-authored-by: Enrique López-Mañas <eenriquelopez@gmail.com>
2025-09-26 15:12:17 -06:00
Enrique López-Mañas
73ac16ffca
chore: increased libraries, replaced deprecated methods (#2204) 2025-08-12 13:20:36 -06:00
Enrique López-Mañas
a15cb45067
chore: updated versions (#2135)
* chore: updated versions

* chore: updated snippets

* chore: updated tutorials java

* chore: updated tutorials java

* chore: permission

* chore: permission

* chore: added material
2025-06-25 11:24:13 -06:00
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
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
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
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
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
Dale Hawkins
6ef256924b
feat: improves AdvancedMarkers collision comments and snippets (#1716) 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>
2024-07-24 10:56:55 -06: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]
4175726cb4
chore(deps): bump androidx.compose.foundation:foundation from 1.7.0-beta03 to 1.7.0-beta04 in /snippets (#1660)
chore(deps): bump androidx.compose.foundation:foundation in /snippets

Bumps androidx.compose.foundation:foundation from 1.7.0-beta03 to 1.7.0-beta04.

---
updated-dependencies:
- dependency-name: androidx.compose.foundation:foundation
  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-06-27 11:11:39 +00:00
dependabot[bot]
c5e8dc2cf6
chore(deps): bump androidx.compose.material:material from 1.7.0-beta03 to 1.7.0-beta04 in /snippets (#1659)
chore(deps): bump androidx.compose.material:material in /snippets

Bumps androidx.compose.material:material from 1.7.0-beta03 to 1.7.0-beta04.

---
updated-dependencies:
- dependency-name: androidx.compose.material:material
  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-06-27 11:10:19 +00:00
dependabot[bot]
e6a109a832
chore(deps): bump com.google.android.gms:play-services-maps from 18.2.0 to 19.0.0 in /snippets (#1657)
chore(deps): bump com.google.android.gms:play-services-maps in /snippets

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-06-26 11:59:46 +00:00
dependabot[bot]
5846c6b891
chore(deps): bump androidx.compose.material:material from 1.7.0-beta02 to 1.7.0-beta03 in /snippets (#1640)
chore(deps): bump androidx.compose.material:material in /snippets

Bumps androidx.compose.material:material from 1.7.0-beta02 to 1.7.0-beta03.

---
updated-dependencies:
- dependency-name: androidx.compose.material:material
  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-06-13 11:35:45 +00:00
dependabot[bot]
292ce2dee9
chore(deps): bump androidx.compose.foundation:foundation from 1.7.0-beta02 to 1.7.0-beta03 in /snippets (#1639)
chore(deps): bump androidx.compose.foundation:foundation in /snippets

Bumps androidx.compose.foundation:foundation from 1.7.0-beta02 to 1.7.0-beta03.

---
updated-dependencies:
- dependency-name: androidx.compose.foundation:foundation
  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-06-13 11:32:24 +00:00
dependabot[bot]
becf74aecf
chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx from 2.8.1 to 2.8.2 in /snippets (#1638)
chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx in /snippets

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

---
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-06-13 11:32:16 +00:00
dependabot[bot]
098cb36f39
chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx from 2.8.0 to 2.8.1 in /snippets (#1621)
chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx in /snippets

Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.8.0 to 2.8.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>
2024-05-30 11:18:02 +00:00
dependabot[bot]
58593b7881
chore(deps): bump androidx.compose.foundation:foundation from 1.7.0-beta01 to 1.7.0-beta02 in /snippets (#1620)
chore(deps): bump androidx.compose.foundation:foundation in /snippets

Bumps androidx.compose.foundation:foundation from 1.7.0-beta01 to 1.7.0-beta02.

---
updated-dependencies:
- dependency-name: androidx.compose.foundation:foundation
  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-30 11:17:32 +00:00
dependabot[bot]
0098d8f854
chore(deps): bump androidx.appcompat:appcompat from 1.6.1 to 1.7.0 in /snippets (#1619)
chore(deps): bump androidx.appcompat:appcompat in /snippets

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-05-30 11:10:34 +00:00
dependabot[bot]
2fec8c9793
chore(deps): bump androidx.compose.material:material from 1.7.0-beta01 to 1.7.0-beta02 in /snippets (#1618)
chore(deps): bump androidx.compose.material:material in /snippets

Bumps androidx.compose.material:material from 1.7.0-beta01 to 1.7.0-beta02.

---
updated-dependencies:
- dependency-name: androidx.compose.material:material
  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-30 11:10:10 +00:00
dependabot[bot]
735598a496
chore(deps): bump com.google.android.libraries.places:places from 3.4.0 to 3.5.0 in /snippets (#1617)
chore(deps): bump com.google.android.libraries.places:places

Bumps com.google.android.libraries.places:places from 3.4.0 to 3.5.0.

---
updated-dependencies:
- dependency-name: com.google.android.libraries.places:places
  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-29 11:24:57 +00:00
dependabot[bot]
71b85635dd
chore(deps): bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.24 to 2.0.0 in /snippets (#1595)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  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-05-21 12:00:47 +00:00
dependabot[bot]
3807502f67
chore(deps): bump androidx.compose.material:material from 1.7.0-alpha08 to 1.7.0-beta01 in /snippets (#1590)
chore(deps): bump androidx.compose.material:material in /snippets

Bumps androidx.compose.material:material from 1.7.0-alpha08 to 1.7.0-beta01.

---
updated-dependencies:
- dependency-name: androidx.compose.material:material
  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-15 11:14:25 +00:00
dependabot[bot]
ecc7694fed
chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx from 2.7.0 to 2.8.0 in /snippets (#1589)
chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx in /snippets

Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.7.0 to 2.8.0.

---
updated-dependencies:
- dependency-name: androidx.lifecycle:lifecycle-runtime-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-05-15 11:11:16 +00:00
dependabot[bot]
6d675906c2
chore(deps): bump androidx.compose.foundation:foundation from 1.7.0-alpha08 to 1.7.0-beta01 in /snippets (#1591)
chore(deps): bump androidx.compose.foundation:foundation in /snippets

Bumps androidx.compose.foundation:foundation from 1.7.0-alpha08 to 1.7.0-beta01.

---
updated-dependencies:
- dependency-name: androidx.compose.foundation:foundation
  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-15 11:11:05 +00:00
dependabot[bot]
74e956e68f
chore(deps): bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.23 to 1.9.24 in /snippets (#1579)
chore(deps): bump org.jetbrains.kotlin:kotlin-stdlib in /snippets

Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.9.23 to 1.9.24.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.24/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.23...v1.9.24)

---
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>
2024-05-07 11:19:58 +00:00
dependabot[bot]
20f216edbd
chore(deps): bump com.google.android.material:material from 1.11.0 to 1.12.0 in /snippets (#1561)
chore(deps): bump com.google.android.material:material in /snippets

Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](https://github.com/material-components/material-components-android/compare/1.11.0...1.12.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>
2024-05-03 11:19:07 +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
dependabot[bot]
a2928d6767
chore(deps): bump androidx.compose.foundation:foundation from 1.7.0-alpha07 to 1.7.0-alpha08 in /snippets (#1560)
chore(deps): bump androidx.compose.foundation:foundation in /snippets

Bumps androidx.compose.foundation:foundation from 1.7.0-alpha07 to 1.7.0-alpha08.

---
updated-dependencies:
- dependency-name: androidx.compose.foundation:foundation
  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-02 11:56:55 +00:00
dependabot[bot]
83f6b23eb1
chore(deps): bump androidx.core:core-ktx from 1.13.0 to 1.13.1 in /snippets (#1558)
chore(deps): bump androidx.core:core-ktx in /snippets

Bumps androidx.core:core-ktx from 1.13.0 to 1.13.1.

---
updated-dependencies:
- dependency-name: androidx.core:core-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-05-02 11:52:49 +00:00
dependabot[bot]
faf2e1ff62
chore(deps): bump androidx.compose.material:material from 1.7.0-alpha07 to 1.7.0-alpha08 in /snippets (#1559)
chore(deps): bump androidx.compose.material:material in /snippets

Bumps androidx.compose.material:material from 1.7.0-alpha07 to 1.7.0-alpha08.

---
updated-dependencies:
- dependency-name: androidx.compose.material:material
  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-02 11:52:29 +00:00
dependabot[bot]
12a0750c43
chore(deps): bump androidx.compose.material:material from 1.7.0-alpha06 to 1.7.0-alpha07 in /snippets (#1544)
chore(deps): bump androidx.compose.material:material in /snippets

Bumps androidx.compose.material:material from 1.7.0-alpha06 to 1.7.0-alpha07.

---
updated-dependencies:
- dependency-name: androidx.compose.material:material
  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-18 11:11:55 +00:00
dependabot[bot]
c53ba8f7c7
chore(deps): bump androidx.core:core-ktx from 1.12.0 to 1.13.0 in /snippets (#1545)
chore(deps): bump androidx.core:core-ktx in /snippets

Bumps androidx.core:core-ktx from 1.12.0 to 1.13.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>
2024-04-18 11:10:51 +00:00
dependabot[bot]
8c12bf6219
chore(deps): bump androidx.compose.foundation:foundation from 1.7.0-alpha06 to 1.7.0-alpha07 in /snippets (#1543)
chore(deps): bump androidx.compose.foundation:foundation in /snippets

Bumps androidx.compose.foundation:foundation from 1.7.0-alpha06 to 1.7.0-alpha07.

---
updated-dependencies:
- dependency-name: androidx.compose.foundation:foundation
  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-18 11:10:31 +00:00
dependabot[bot]
95d6aba240
chore(deps): bump androidx.compose.material:material from 1.7.0-alpha05 to 1.7.0-alpha06 in /snippets (#1531)
chore(deps): bump androidx.compose.material:material in /snippets

Bumps androidx.compose.material:material from 1.7.0-alpha05 to 1.7.0-alpha06.

---
updated-dependencies:
- dependency-name: androidx.compose.material:material
  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-04 11:52:28 +00:00
dependabot[bot]
9ad0419338
chore(deps): bump androidx.compose.foundation:foundation from 1.7.0-alpha05 to 1.7.0-alpha06 in /snippets (#1530)
chore(deps): bump androidx.compose.foundation:foundation in /snippets

Bumps androidx.compose.foundation:foundation from 1.7.0-alpha05 to 1.7.0-alpha06.

---
updated-dependencies:
- dependency-name: androidx.compose.foundation:foundation
  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-04 11:51:12 +00:00
dependabot[bot]
d9c00e5cf6
chore(deps): bump androidx.compose.foundation:foundation from 1.7.0-alpha04 to 1.7.0-alpha05 in /snippets (#1516)
chore(deps): bump androidx.compose.foundation:foundation in /snippets

Bumps androidx.compose.foundation:foundation from 1.7.0-alpha04 to 1.7.0-alpha05.

---
updated-dependencies:
- dependency-name: androidx.compose.foundation:foundation
  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-21 11:24:32 +00:00
dependabot[bot]
b5c062f2f3
chore(deps): bump androidx.compose.material:material from 1.7.0-alpha04 to 1.7.0-alpha05 in /snippets (#1517)
chore(deps): bump androidx.compose.material:material in /snippets

Bumps androidx.compose.material:material from 1.7.0-alpha04 to 1.7.0-alpha05.

---
updated-dependencies:
- dependency-name: androidx.compose.material:material
  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-21 11:23:02 +00:00
dependabot[bot]
d1aa3c3377
chore(deps): bump com.google.android.libraries.places:places from 3.3.0 to 3.4.0 in /snippets (#1515)
chore(deps): bump com.google.android.libraries.places:places

Bumps com.google.android.libraries.places:places from 3.3.0 to 3.4.0.

---
updated-dependencies:
- dependency-name: com.google.android.libraries.places:places
  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-20 11:04:20 +00:00
dependabot[bot]
489c0c534e
chore(deps): bump androidx.compose.foundation:foundation from 1.7.0-alpha03 to 1.7.0-alpha04 in /snippets (#1505)
chore(deps): bump androidx.compose.foundation:foundation in /snippets

Bumps androidx.compose.foundation:foundation from 1.7.0-alpha03 to 1.7.0-alpha04.

---
updated-dependencies:
- dependency-name: androidx.compose.foundation:foundation
  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-07 12:17:46 +00:00
dependabot[bot]
c55e28216f
chore(deps): bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.0 to 1.9.23 in /snippets (#1506)
chore(deps): bump org.jetbrains.kotlin:kotlin-stdlib in /snippets

Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.9.0 to 1.9.23.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.0...v1.9.23)

---
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>
2024-03-07 12:15:37 +00:00
dependabot[bot]
6cff576ad8
chore(deps): bump androidx.compose.material:material from 1.7.0-alpha03 to 1.7.0-alpha04 in /snippets (#1503)
chore(deps): bump androidx.compose.material:material in /snippets

Bumps androidx.compose.material:material from 1.7.0-alpha03 to 1.7.0-alpha04.

---
updated-dependencies:
- dependency-name: androidx.compose.material:material
  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-07 12:13:21 +00:00
dependabot[bot]
ae8f94777b
chore(deps): bump androidx.compose.material:material from 1.7.0-alpha02 to 1.7.0-alpha03 in /snippets (#1489)
chore(deps): bump androidx.compose.material:material in /snippets

Bumps androidx.compose.material:material from 1.7.0-alpha02 to 1.7.0-alpha03.

---
updated-dependencies:
- dependency-name: androidx.compose.material:material
  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-02-22 12:31:24 +00:00
dependabot[bot]
c8f465a948
chore(deps): bump androidx.compose.foundation:foundation from 1.7.0-alpha02 to 1.7.0-alpha03 in /snippets (#1490)
chore(deps): bump androidx.compose.foundation:foundation in /snippets

Bumps androidx.compose.foundation:foundation from 1.7.0-alpha02 to 1.7.0-alpha03.

---
updated-dependencies:
- dependency-name: androidx.compose.foundation:foundation
  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-02-22 12:25:58 +00:00
dependabot[bot]
fa31f18c58
chore(deps): bump androidx.navigation:navigation-ui-ktx from 2.5.3 to 2.7.7 in /snippets (#1484)
chore(deps): bump androidx.navigation:navigation-ui-ktx in /snippets

Bumps androidx.navigation:navigation-ui-ktx from 2.5.3 to 2.7.7.

---
updated-dependencies:
- dependency-name: androidx.navigation:navigation-ui-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-02-19 12:39:21 +00:00
dependabot[bot]
eafe788c1d
chore(deps): bump com.google.android.material:material from 1.8.0 to 1.11.0 in /snippets (#1483)
chore(deps): bump com.google.android.material:material in /snippets

Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.8.0 to 1.11.0.
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](https://github.com/material-components/material-components-android/compare/1.8.0...1.11.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>
2024-02-19 12:33:45 +00:00
dependabot[bot]
abee042a8e
chore(deps): bump androidx.navigation:navigation-fragment-ktx from 2.5.3 to 2.7.7 in /snippets (#1482)
chore(deps): bump androidx.navigation:navigation-fragment-ktx

Bumps androidx.navigation:navigation-fragment-ktx from 2.5.3 to 2.7.7.

---
updated-dependencies:
- dependency-name: androidx.navigation:navigation-fragment-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-02-19 12:33:37 +00:00
dependabot[bot]
bf6e3aaccd
chore(deps): bump com.google.android.libraries.places:places from 3.0.0 to 3.3.0 in /snippets (#1481)
chore(deps): bump com.google.android.libraries.places:places

Bumps com.google.android.libraries.places:places from 3.0.0 to 3.3.0.

---
updated-dependencies:
- dependency-name: com.google.android.libraries.places:places
  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-02-19 12:33:11 +00:00