Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
greenart7c3 committed Nov 29, 2024
1 parent 1e7e08d commit 4eacec4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ core = "3.5.3"
coreKtx = "1.15.0"
coreSplashscreen = "1.0.1"
espressoCore = "3.6.1"
jna = "5.14.0"
junit = "4.13.2"
junitVersion = "1.2.1"
lifecycle_version = "2.8.7"
material3 = "1.3.1"
mockk = "1.13.12"
nav_version = "2.8.3"
quartz = "0.92.7"
mockk = "1.13.13"
nav_version = "2.8.4"
quartz = "0.93.0"
compose_ui = "1.7.5"
richtextUi = "077a2cde64"
roomKtx = "2.6.1"
Expand All @@ -26,10 +25,12 @@ workRuntimeKtx = "2.10.0"
agp = "8.7.2"
ktlint = "12.1.1"
ksp = "2.0.20-1.0.24"
coil = "3.0.0-rc02"
coil = "3.0.4"
storage = "2.0.0"
jna = "5.15.0"

[libraries]
jna = { module = "net.java.dev.jna:jna", version.ref = "jna" }
activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activityCompose" }
appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" }
biometric-ktx = { module = "androidx.biometric:biometric-ktx", version.ref = "biometricKtx" }
Expand All @@ -39,7 +40,6 @@ core-ktx = { module = "androidx.core:core-ktx", version.ref = "coreKtx" }
core-splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "coreSplashscreen" }
espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "espressoCore" }
ext-junit = { module = "androidx.test.ext:junit", version.ref = "junitVersion" }
jna = { module = "net.java.dev.jna:jna", version.ref = "jna" }
junit = { module = "junit:junit", version.ref = "junit" }
lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "lifecycle_version" }
lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle_version" }
Expand Down

0 comments on commit 4eacec4

Please sign in to comment.