Skip to content

Commit 3e6a298

Browse files
committed
chore: bump deps
1 parent 0025487 commit 3e6a298

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

app/build.gradle.kts

-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ dependencies {
191191

192192
// accompanist
193193
implementation(libs.accompanist.permissions)
194-
implementation(libs.accompanist.flowlayout)
195194
implementation(libs.accompanist.drawablepainter)
196195

197196
// storage

gradle/libs.versions.toml

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
[versions]
2-
accompanist = "0.36.0"
3-
activityCompose = "1.9.3"
2+
accompanist = "0.37.0"
3+
activityCompose = "1.10.0"
44
amneziawgAndroid = "1.2.4"
55
androidx-junit = "1.2.1"
66
appcompat = "1.7.0"
77
biometricKtx = "1.2.0-alpha05"
88
coreKtx = "1.15.0"
9-
datastorePreferences = "1.1.1"
9+
datastorePreferences = "1.1.2"
1010
desugar_jdk_libs = "2.1.4"
1111
espressoCore = "3.6.1"
12-
hiltAndroid = "2.54"
12+
hiltAndroid = "2.55"
1313
hiltNavigationCompose = "1.2.0"
1414
junit = "4.13.2"
15-
kotlinx-serialization-json = "1.7.3"
15+
kotlinx-serialization-json = "1.8.0"
1616
lifecycle-runtime-compose = "2.8.7"
1717
material3 = "1.3.1"
1818
navigationCompose = "2.8.5"
1919
pinLockCompose = "1.0.4"
2020
roomVersion = "2.6.1"
2121
timber = "5.0.1"
2222
tunnel = "1.2.1"
23-
androidGradlePlugin = "8.8.0-rc02"
23+
androidGradlePlugin = "8.8.0"
2424
kotlin = "2.1.0"
2525
ksp = "2.1.0-1.0.29"
26-
composeBom = "2024.12.01"
26+
composeBom = "2025.01.00"
2727
compose = "1.7.6"
2828
zxingAndroidEmbedded = "4.3.0"
2929
coreSplashscreen = "1.0.1"
@@ -38,7 +38,6 @@ gradlePlugins-ktlint="12.1.2"
3838

3939
# accompanist
4040
accompanist-drawablepainter = { module = "com.google.accompanist:accompanist-drawablepainter", version.ref = "accompanist" }
41-
accompanist-flowlayout = { module = "com.google.accompanist:accompanist-flowlayout", version.ref = "accompanist" }
4241
accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanist" }
4342

4443
#room

0 commit comments

Comments
 (0)