Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Bump the ivy-wallet group with 10 updates (#3155)
Browse files Browse the repository at this point in the history
Bumps the ivy-wallet group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| androidx.compose.animation:animation | `1.6.5` | `1.6.6` |
| androidx.compose.foundation:foundation | `1.6.5` | `1.6.6` |
| androidx.compose.runtime:runtime | `1.6.5` | `1.6.6` |
| androidx.compose.runtime:runtime-livedata | `1.6.5` | `1.6.6` |
| androidx.compose.ui:ui | `1.6.5` | `1.6.6` |
| androidx.compose.ui:ui-tooling | `1.6.5` | `1.6.6` |
| androidx.activity:activity-compose | `1.8.2` | `1.9.0` |
| androidx.datastore:datastore-preferences | `1.0.0` | `1.1.0` |
| com.google.android.gms:play-services-auth | `21.0.0` | `21.1.0` |
| androidx.activity:activity-ktx | `1.8.2` | `1.9.0` |


Updates `androidx.compose.animation:animation` from 1.6.5 to 1.6.6

Updates `androidx.compose.foundation:foundation` from 1.6.5 to 1.6.6

Updates `androidx.compose.runtime:runtime` from 1.6.5 to 1.6.6

Updates `androidx.compose.runtime:runtime-livedata` from 1.6.5 to 1.6.6

Updates `androidx.compose.ui:ui` from 1.6.5 to 1.6.6

Updates `androidx.compose.ui:ui-tooling` from 1.6.5 to 1.6.6

Updates `androidx.compose.foundation:foundation` from 1.6.5 to 1.6.6

Updates `androidx.compose.runtime:runtime` from 1.6.5 to 1.6.6

Updates `androidx.compose.runtime:runtime-livedata` from 1.6.5 to 1.6.6

Updates `androidx.compose.ui:ui` from 1.6.5 to 1.6.6

Updates `androidx.activity:activity-compose` from 1.8.2 to 1.9.0

Updates `androidx.compose.ui:ui-tooling` from 1.6.5 to 1.6.6

Updates `androidx.datastore:datastore-preferences` from 1.0.0 to 1.1.0

Updates `com.google.android.gms:play-services-auth` from 21.0.0 to 21.1.0

Updates `androidx.activity:activity-ktx` from 1.8.2 to 1.9.0

---
updated-dependencies:
- dependency-name: androidx.compose.animation:animation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-wallet
- dependency-name: androidx.compose.foundation:foundation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-wallet
- dependency-name: androidx.compose.runtime:runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-wallet
- dependency-name: androidx.compose.runtime:runtime-livedata
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-wallet
- dependency-name: androidx.compose.ui:ui
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-wallet
- dependency-name: androidx.compose.ui:ui-tooling
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-wallet
- dependency-name: androidx.compose.foundation:foundation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-wallet
- dependency-name: androidx.compose.runtime:runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-wallet
- dependency-name: androidx.compose.runtime:runtime-livedata
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-wallet
- dependency-name: androidx.compose.ui:ui
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-wallet
- dependency-name: androidx.activity:activity-compose
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ivy-wallet
- dependency-name: androidx.compose.ui:ui-tooling
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-wallet
- dependency-name: androidx.datastore:datastore-preferences
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ivy-wallet
- dependency-name: com.google.android.gms:play-services-auth
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ivy-wallet
- dependency-name: androidx.activity:activity-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ivy-wallet
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 03638b8 commit ed8f308
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ktor = "2.3.10"
arrow = "1.2.4"
kotest = "5.8.1"
# https://developer.android.com/jetpack/androidx/releases/compose
compose = "1.6.5"
compose = "1.6.6"
# https://developer.android.com/jetpack/androidx/releases/compose-kotlin
compose-compiler = "1.5.11" # It's used! Use compatible with Kotlin one
compose-material3 = "1.2.1"
Expand Down Expand Up @@ -80,7 +80,7 @@ compose-material3-windowsize = { module = "androidx.compose.material3:material3-
compose-runtime = { module = "androidx.compose.runtime:runtime", version.ref = "compose" }
compose-runtime-livedate-temp = { module = "androidx.compose.runtime:runtime-livedata", version.ref = "compose" }
compose-ui = { module = "androidx.compose.ui:ui", version.ref = "compose" }
compose-activity = { module = "androidx.activity:activity-compose", version = "1.8.2" }
compose-activity = { module = "androidx.activity:activity-compose", version = "1.9.0" }
compose-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version = "2.7.0" }
compose-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose" }
compose-coil = { module = "io.coil-kt:coil-compose", version = "2.6.0" }
Expand All @@ -95,7 +95,7 @@ room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
room-testing = { module = "androidx.room:room-testing", version.ref = "room" }

datastore = { module = "androidx.datastore:datastore-preferences", version = "1.0.0" }
datastore = { module = "androidx.datastore:datastore-preferences", version = "1.1.0" }

# Hilt
hilt = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
Expand All @@ -105,7 +105,7 @@ hilt-gradle-plugin = { module = "com.google.dagger:hilt-android-gradle-plugin",

# Google
google-services-plugin = { module = "com.google.gms:google-services", version = "4.4.1" }
google-playservices-auth = { module = "com.google.android.gms:play-services-auth", version = "21.0.0" }
google-playservices-auth = { module = "com.google.android.gms:play-services-auth", version = "21.1.0" }
google-play-core = { module = "com.google.android.play:core", version = "1.10.3" }
google-play-core-ktx = { module = "com.google.android.play:core-ktx", version = "1.8.1" }
firebase-crashlytics = { module = "com.google.firebase:firebase-crashlytics", version = "18.6.4" }
Expand All @@ -114,7 +114,7 @@ firebase-crashlytics-gradle-plugin = { module = "com.google.firebase:firebase-cr
# AndroidX
androidx-security = { module = "androidx.security:security-crypto", version = "1.0.0" }
androidx-biometrics = { module = "androidx.biometric:biometric", version = "1.2.0-alpha05" }
androidx-activity = { module = "androidx.activity:activity-ktx", version = "1.8.2" }
androidx-activity = { module = "androidx.activity:activity-ktx", version = "1.9.0" }
appcompat-activity = { module = "androidx.appcompat:appcompat", version = "1.7.0-alpha03" }
androidx-work = { module = "androidx.work:work-runtime-ktx", version.ref = "androidx-work" }
androidx-work-testing = { module = "androidx.work:work-testing", version.ref = "androidx-work" }
Expand Down

0 comments on commit ed8f308

Please sign in to comment.