Commit 3e6a298 1 parent 0025487 commit 3e6a298 Copy full SHA for 3e6a298
File tree 2 files changed +7
-9
lines changed
2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,6 @@ dependencies {
191
191
192
192
// accompanist
193
193
implementation(libs.accompanist.permissions)
194
- implementation(libs.accompanist.flowlayout)
195
194
implementation(libs.accompanist.drawablepainter)
196
195
197
196
// storage
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- accompanist = " 0.36 .0"
3
- activityCompose = " 1.9.3 "
2
+ accompanist = " 0.37 .0"
3
+ activityCompose = " 1.10.0 "
4
4
amneziawgAndroid = " 1.2.4"
5
5
androidx-junit = " 1.2.1"
6
6
appcompat = " 1.7.0"
7
7
biometricKtx = " 1.2.0-alpha05"
8
8
coreKtx = " 1.15.0"
9
- datastorePreferences = " 1.1.1 "
9
+ datastorePreferences = " 1.1.2 "
10
10
desugar_jdk_libs = " 2.1.4"
11
11
espressoCore = " 3.6.1"
12
- hiltAndroid = " 2.54 "
12
+ hiltAndroid = " 2.55 "
13
13
hiltNavigationCompose = " 1.2.0"
14
14
junit = " 4.13.2"
15
- kotlinx-serialization-json = " 1.7.3 "
15
+ kotlinx-serialization-json = " 1.8.0 "
16
16
lifecycle-runtime-compose = " 2.8.7"
17
17
material3 = " 1.3.1"
18
18
navigationCompose = " 2.8.5"
19
19
pinLockCompose = " 1.0.4"
20
20
roomVersion = " 2.6.1"
21
21
timber = " 5.0.1"
22
22
tunnel = " 1.2.1"
23
- androidGradlePlugin = " 8.8.0-rc02 "
23
+ androidGradlePlugin = " 8.8.0"
24
24
kotlin = " 2.1.0"
25
25
ksp = " 2.1.0-1.0.29"
26
- composeBom = " 2024.12.01 "
26
+ composeBom = " 2025.01.00 "
27
27
compose = " 1.7.6"
28
28
zxingAndroidEmbedded = " 4.3.0"
29
29
coreSplashscreen = " 1.0.1"
@@ -38,7 +38,6 @@ gradlePlugins-ktlint="12.1.2"
38
38
39
39
# accompanist
40
40
accompanist-drawablepainter = { module = " com.google.accompanist:accompanist-drawablepainter" , version.ref = " accompanist" }
41
- accompanist-flowlayout = { module = " com.google.accompanist:accompanist-flowlayout" , version.ref = " accompanist" }
42
41
accompanist-permissions = { module = " com.google.accompanist:accompanist-permissions" , version.ref = " accompanist" }
43
42
44
43
# room
You can’t perform that action at this time.
0 commit comments