Skip to content

Commit

Permalink
Bump the all group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 4 updates in the / directory: com.android.tools.build:gradle, [com.google.maps.android:maps-compose](https://github.com/googlemaps/android-maps-compose), com.google.protobuf:protobuf-javalite and org.jetbrains.compose:compose-gradle-plugin.


Updates `com.android.tools.build:gradle` from 8.7.3 to 8.8.0

Updates `com.google.maps.android:maps-compose` from 6.4.0 to 6.4.1
- [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@v6.4.0...v6.4.1)

Updates `com.google.protobuf:protobuf-javalite` from 4.29.2 to 4.29.3

Updates `org.jetbrains.compose:compose-gradle-plugin` from 1.7.3 to 1.8.0+dev1994

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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
- dependency-name: org.jetbrains.compose:compose-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent 2da6cd8 commit 64119aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ wearMinSdk = "25"

kotlin = "2.1.0" # https://github.com/JetBrains/kotlin/releases
compose = "1.7.6" # https://developer.android.com/jetpack/androidx/releases/compose-ui
jetbrainsCompose = "1.7.3" # https://github.com/JetBrains/compose-multiplatform/releases
jetbrainsCompose = "1.8.0+dev1994" # https://github.com/JetBrains/compose-multiplatform/releases

agp = "8.7.3" # https://developer.android.com/studio/releases/gradle-plugin
agp = "8.8.0" # https://developer.android.com/studio/releases/gradle-plugin
ktor = "3.0.3" # https://github.com/ktorio/ktor
androidxRoom = "2.7.0-alpha12" # https://developer.android.com/jetpack/androidx/releases/room
sqlite = "2.5.0-alpha12" # https://developer.android.com/jetpack/androidx/releases/sqlite
Expand All @@ -32,7 +32,7 @@ sqldelight = "2.0.2" # https://github.com/cashapp/sqldelight/releases

material = "1.12.0" # https://github.com/material-components/material-components-android

protobuf = "4.29.2"
protobuf = "4.29.3"

[libraries]
kotlinGradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
Expand Down Expand Up @@ -92,7 +92,7 @@ glance-appwidget = { module = "androidx.glance:glance-appwidget", version.ref =
glance-preview = { module = "androidx.glance:glance-preview", version.ref = "glance" }
glance-appwidget-preview = { module = "androidx.glance:glance-appwidget-preview", version.ref = "glance" }

google-maps-compose = "com.google.maps.android:maps-compose:6.4.0"
google-maps-compose = "com.google.maps.android:maps-compose:6.4.1"


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

0 comments on commit 64119aa

Please sign in to comment.