Skip to content

Commit

Permalink
Bump the all group across 1 directory with 3 updates (#239)
Browse files Browse the repository at this point in the history
Bumps the all group with 3 updates in the / directory: com.github.triplet.play, [com.google.maps.android:maps-compose](https://github.com/googlemaps/android-maps-compose) and com.google.protobuf:protobuf-javalite.


Updates `com.github.triplet.play` from 3.10.0 to 3.10.1

Updates `com.google.maps.android:maps-compose` from 5.0.3 to 5.0.4
- [Release notes](https://github.com/googlemaps/android-maps-compose/releases)
- [Changelog](https://github.com/googlemaps/android-maps-compose/blob/main/.releaserc)
- [Commits](googlemaps/android-maps-compose@v5.0.3...v5.0.4)

Updates `com.google.protobuf:protobuf-javalite` from 4.27.1 to 4.27.2

---
updated-dependencies:
- dependency-name: com.github.triplet.play
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.google.maps.android:maps-compose
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.google.protobuf:protobuf-javalite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 1, 2024
1 parent 623eefa commit d1bc5b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
kotlin("android")
id("org.jetbrains.kotlin.plugin.compose")
id("com.google.protobuf")
id("com.github.triplet.play") version "3.10.0"
id("com.github.triplet.play") version "3.10.1"
id("com.google.android.libraries.mapsplatform.secrets-gradle-plugin")
}

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sqldelight = "2.0.2" # https://github.com/cashapp/sqldelight/releases
material = "1.12.0" # https://github.com/material-components/material-components-android
activity = "1.8.1" # https://developer.android.com/jetpack/androidx/releases/activity

protobuf = "4.27.1"
protobuf = "4.27.2"

[libraries]
kotlinGradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
Expand Down Expand Up @@ -86,7 +86,7 @@ core-coreKtx = { module = "androidx.core:core-ktx", version.ref = "core" } # and
glance-appwidget = { module = "androidx.glance:glance-appwidget", version.ref = "glance" }
#glance-wear-tiles = { module = "androidx.glance:glance-wear-tiles", version.ref = "glance" }

google-maps-compose = "com.google.maps.android:maps-compose:5.0.3"
google-maps-compose = "com.google.maps.android:maps-compose:5.0.4"


androidx-annotation = "androidx.annotation:annotation:1.8.0" # https://mvnrepository.com/artifact/androidx.annotation/annotation
Expand Down

0 comments on commit d1bc5b1

Please sign in to comment.