Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 26, 2023
1 parent e3b276a commit 53de286
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ android-compileSdk = "34"
android-minSdk = "26"
# @keep
android-targetSdk = "34"
androidx-activity-compose = "1.7.2"
androidx-activity-compose = "1.8.0-rc01"
androidx-appcompat-appcompat = "1.6.1"
androidx-core-ktx = "1.12.0"
# @pin
androidx-crypto = "1.1.0-alpha05"
buffer = "1.3.1"
compose = "1.5.1"
buffer = "1.3.6"
compose = "1.5.2"
decompose = "2.2.0-compose-experimental-alpha01"
encoding-base32 = "2.0.0"
essenty = "1.1.0"
essenty = "1.3.0-alpha01"
# @pin
gradle-plugin = "8.1.0"
gradle-versions = "0.48.0"
Expand All @@ -29,10 +29,10 @@ kotlinx-datetime = "0.4.1"
kotlinx-serialization = "1.6.0"
moko-resources = "0.23.0"
multiplatform-settings = "1.0.0"
parcelize-darwin = "0.2.1"
parcelize-darwin = "0.2.2"
quickie = "1.8.0"
uri-kmp = "0.0.14"
uuid = "0.7.0"
uuid = "0.8.1"
version-catalog-update = "0.8.1"
# @keep
versionCode = "8"
Expand All @@ -43,7 +43,6 @@ androidx-appcompat-appcompat = { module = "androidx.appcompat:appcompat", versio
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "androidx-core-ktx" }
androidx-security-crypto = { module = "androidx.security:security-crypto", version.ref = "androidx-crypto" }
buffer = { module = "com.ditchoom:buffer", version.ref = "buffer" }
compose-ui-ui = { module = "androidx.compose.ui:ui", version.ref = "compose" }
decompose = { module = "com.arkivanov.decompose:decompose", version.ref = "decompose" }
decompose-extensionsComposeJetbrains = { module = "com.arkivanov.decompose:extensions-compose-jetbrains", version.ref = "decompose" }
encoding-base32 = { module = "io.matthewnelson.encoding:base32", version.ref = "encoding-base32" }
Expand All @@ -65,7 +64,6 @@ moko-resoures-compose = { module = "dev.icerock.moko:resources-compose", version
multiplatform-settings = { module = "com.russhwolf:multiplatform-settings", version.ref = "multiplatform-settings" }
parcelize-darwinRuntime = { module = "com.arkivanov.parcelize.darwin:runtime", version.ref = "parcelize-darwin" }
quickie-bundled = { module = "io.github.g00fy2.quickie:quickie-bundled", version.ref = "quickie" }
security-crypto-ktx = "androidx.security:security-crypto-ktx:1.0.0"
uriKmp = { module = "com.eygraber:uri-kmp", version.ref = "uri-kmp" }
uuid = { module = "com.benasher44:uuid", version.ref = "uuid" }

Expand Down

0 comments on commit 53de286

Please sign in to comment.