Skip to content

Commit

Permalink
Bump the all group with 3 updates (#234)
Browse files Browse the repository at this point in the history
Bumps the all group with 3 updates: com.android.tools.build:gradle, androidx.lifecycle:lifecycle-runtime-ktx and androidx.glance:glance-appwidget.


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

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

Updates `androidx.glance:glance-appwidget` from 1.1.0-rc01 to 1.1.0

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: androidx.glance:glance-appwidget
  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 Jun 16, 2024
1 parent cd19bff commit 734d085
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ minSdk = "24"
wearMinSdk = "25"

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

Expand All @@ -21,9 +21,9 @@ 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.1" # https://developer.android.com/jetpack/androidx/releases/lifecycle
lifecycle = "2.8.2" # https://developer.android.com/jetpack/androidx/releases/lifecycle
core = "1.13.1" # https://developer.android.com/jetpack/androidx/releases/core
glance = "1.1.0-rc01" # https://developer.android.com/jetpack/androidx/releases/glance
glance = "1.1.0" # https://developer.android.com/jetpack/androidx/releases/glance

sqldelight = "2.0.2" # https://github.com/cashapp/sqldelight/releases

Expand Down

0 comments on commit 734d085

Please sign in to comment.