Skip to content

Commit

Permalink
Bump the all group across 1 directory with 4 updates (#243)
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, [io.nlopez.compose.rules:detekt](https://github.com/mrmans0n/compose-rules), androidx.lifecycle:lifecycle-runtime-ktx and [com.google.maps.android:maps-compose](https://github.com/googlemaps/android-maps-compose).


Updates `com.android.tools.build:gradle` from 8.5.0 to 8.5.1

Updates `io.nlopez.compose.rules:detekt` from 0.4.4 to 0.4.5
- [Release notes](https://github.com/mrmans0n/compose-rules/releases)
- [Commits](mrmans0n/compose-rules@v0.4.4...v0.4.5)

Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.8.2 to 2.8.3

Updates `com.google.maps.android:maps-compose` from 5.0.4 to 6.1.0
- [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.4...v6.1.0)

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: io.nlopez.compose.rules:detekt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: androidx.lifecycle:lifecycle-runtime-ktx
  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-major
  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 12, 2024
1 parent d1bc5b1 commit 88710ec
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 @@ -5,12 +5,12 @@ minSdk = "24"
wearMinSdk = "25"

kotlin = "2.0.0" # https://kotlinlang.org/docs/releases.html#release-details
agp = "8.5.0" # https://developer.android.com/studio/releases/gradle-plugin
agp = "8.5.1" # https://developer.android.com/studio/releases/gradle-plugin
realm = "2.0.0" # https://github.com/realm/realm-kotlin
ktor = "2.3.12" # https://github.com/ktorio/ktor

detekt = "1.23.6" # https://github.com/detekt/detekt
detektCompose = "0.4.4" # https://github.com/mrmans0n/compose-rules
detektCompose = "0.4.5" # https://github.com/mrmans0n/compose-rules

compose = "1.6.8" # https://developer.android.com/jetpack/androidx/releases/compose-ui
wearCompose = "1.3.1" # https://developer.android.com/jetpack/androidx/releases/wear-compose
Expand All @@ -21,7 +21,7 @@ cupertino = "0.1.0-alpha04" # https://github.com/alexzhirkevich/compose-cupertin
coroutines = "1.8.1" # https://github.com/Kotlin/kotlinx.coroutines
datastore = "1.1.1" # https://developer.android.com/jetpack/androidx/releases/datastore
koin = "3.5.6" # https://github.com/InsertKoinIO/koin#setup--current-version
lifecycle = "2.8.2" # https://developer.android.com/jetpack/androidx/releases/lifecycle
lifecycle = "2.8.3" # https://developer.android.com/jetpack/androidx/releases/lifecycle
core = "1.13.1" # https://developer.android.com/jetpack/androidx/releases/core
glance = "1.1.0" # https://developer.android.com/jetpack/androidx/releases/glance

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.4"
google-maps-compose = "com.google.maps.android:maps-compose:6.1.0"


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

0 comments on commit 88710ec

Please sign in to comment.