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 11 updates (#2802)
Browse files Browse the repository at this point in the history
Bumps the ivy-wallet group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| androidx.compose.animation:animation | `1.5.3` | `1.5.4` |
| androidx.compose.foundation:foundation | `1.5.3` | `1.5.4` |
| androidx.compose.runtime:runtime | `1.5.3` | `1.5.4` |
| androidx.compose.runtime:runtime-livedata | `1.5.3` | `1.5.4` |
| androidx.compose.ui:ui | `1.5.3` | `1.5.4` |
| androidx.compose.ui:ui-tooling | `1.5.3` | `1.5.4` |
| androidx.room:room-runtime | `2.6.0-rc01` | `2.6.0` |
| androidx.room:room-compiler | `2.6.0-rc01` | `2.6.0` |
| androidx.room:room-ktx | `2.6.0-rc01` | `2.6.0` |
| [com.google.firebase:firebase-crashlytics](https://github.com/firebase/firebase-android-sdk) | `18.4.3` | `18.5.0` |
| androidx.recyclerview:recyclerview | `1.3.1` | `1.3.2` |


Updates `androidx.compose.animation:animation` from 1.5.3 to 1.5.4

Updates `androidx.compose.foundation:foundation` from 1.5.3 to 1.5.4

Updates `androidx.compose.runtime:runtime` from 1.5.3 to 1.5.4

Updates `androidx.compose.runtime:runtime-livedata` from 1.5.3 to 1.5.4

Updates `androidx.compose.ui:ui` from 1.5.3 to 1.5.4

Updates `androidx.compose.ui:ui-tooling` from 1.5.3 to 1.5.4

Updates `androidx.room:room-runtime` from 2.6.0-rc01 to 2.6.0

Updates `androidx.room:room-compiler` from 2.6.0-rc01 to 2.6.0

Updates `androidx.room:room-ktx` from 2.6.0-rc01 to 2.6.0

Updates `com.google.firebase:firebase-crashlytics` from 18.4.3 to 18.5.0
- [Changelog](https://github.com/firebase/firebase-android-sdk/blob/master/docs/make_release_notes.py)
- [Commits](https://github.com/firebase/firebase-android-sdk/commits)

Updates `androidx.recyclerview:recyclerview` from 1.3.1 to 1.3.2

---
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.room:room-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-wallet
- dependency-name: androidx.room:room-compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-wallet
- dependency-name: androidx.room:room-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-wallet
- dependency-name: com.google.firebase:firebase-crashlytics
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ivy-wallet
- dependency-name: androidx.recyclerview:recyclerview
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Oct 23, 2023
1 parent 5ed513b commit 5b80261
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 @@ -4,13 +4,13 @@ kotlin-coroutines = "1.7.3"
ktor = "2.3.5"
arrow = "1.2.1"
kotest = "5.7.2"
compose = "1.5.3"
compose = "1.5.4"
# https://developer.android.com/jetpack/androidx/releases/compose-kotlin
compose-compiler = "1.5.3" # It's used! Use compatible with Kotlin one
compose-material3 = "1.1.2"
glance = "1.0.0"
hilt = "2.48.1"
room = "2.6.0-rc01"
room = "2.6.0"
androidx-work = "2.8.1"
kotlinx-collections = "0.3.6"

Expand Down Expand Up @@ -95,7 +95,7 @@ google-services-plugin = { module = "com.google.gms:google-services", version =
google-playservices-auth = { module = "com.google.android.gms:play-services-auth", version = "20.7.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.4.3" }
firebase-crashlytics = { module = "com.google.firebase:firebase-crashlytics", version = "18.5.0" }
firebase-crashlytics-gradle-plugin = { module = "com.google.firebase:firebase-crashlytics-gradle", version = "2.9.9" }

# AndroidX
Expand All @@ -105,7 +105,7 @@ androidx-activity = { module = "androidx.activity:activity-ktx", version = "1.8.
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" }
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.1" }
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.2" }

# Material
material = { module = "com.google.android.material:material", version = "1.10.0" }
Expand Down

0 comments on commit 5b80261

Please sign in to comment.