Skip to content

Commit 25079e0

Browse files
committed
Feat(#37): Updated dependencies
1 parent 129e8a4 commit 25079e0

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

app/version.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#Tue Oct 15 16:46:42 CEST 2024
2-
BUILD=922
1+
#Wed Nov 06 01:17:50 CET 2024
2+
BUILD=932
33
MAJOR=0
44
MINOR=1
55
PATCH=3

gradle/libs.versions.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
[versions]
2-
agp = "8.7.0"
2+
agp = "8.7.2"
33
apng = "1.11.0"
44
datastorePreferences = "1.1.1"
5-
ktorClientOkhttp = "3.0.0"
5+
ktorClientOkhttp = "3.0.1"
66
supabaseBom = "3.0.1"
77
coilComposeVersion = "2.7.0"
88
converterMoshi = "2.11.0"
99
hiltAndroid = "2.52"
1010
hiltAndroidCompiler = "2.52"
1111
hiltCompiler = "1.2.0"
1212
kotlin = "2.0.0"
13-
coreKtx = "1.13.1"
13+
coreKtx = "1.15.0"
1414
junit = "4.13.2"
1515
junitVersion = "1.2.1"
1616
espressoCore = "3.6.1"
17-
lifecycleRuntimeKtx = "2.8.6"
18-
activityCompose = "1.9.2"
19-
composeBom = "2024.09.03"
20-
materialIconsExtendedAndroid = "1.7.3"
17+
lifecycleRuntimeKtx = "2.8.7"
18+
activityCompose = "1.9.3"
19+
composeBom = "2024.10.01"
20+
materialIconsExtendedAndroid = "1.7.5"
2121
moshiKotlin = "1.15.1"
22-
navigationCompose = "2.8.2"
22+
navigationCompose = "2.8.3"
2323
playServicesAuth = "21.2.0"
24-
lifecycleRuntimeCompose = "2.8.6"
24+
lifecycleRuntimeCompose = "2.8.7"
2525
retrofit = "2.11.0"
2626
roomKtx = "2.6.1"
2727
material = "1.12.0"
28-
material3 = "1.3.0"
28+
material3 = "1.3.1"
2929
serialization = "1.7.3"
30-
material3AdaptiveNavigationSuite = "1.3.0"
30+
material3AdaptiveNavigationSuite = "1.3.1"
3131
adaptive = "1.0.0"
3232
adaptiveLayout = "1.0.0"
3333
adaptiveNavigation = "1.0.0"
34-
workRuntimeKtx = "2.9.1"
34+
workRuntimeKtx = "2.10.0"
3535
hiltCommon = "1.2.0"
3636
hiltWork = "1.2.0"
3737
ksp = "2.0.0-1.0.23"
@@ -64,7 +64,7 @@ androidx-ui = { group = "androidx.compose.ui", name = "ui" }
6464
androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
6565
androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
6666
androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
67-
androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest", version = "1.7.3" }
67+
androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest", version = "1.7.5" }
6868
androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
6969
androidx-navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version.ref = "navigationCompose" }
7070
moshi-kotlin = { module = "com.squareup.moshi:moshi-kotlin", version.ref = "moshiKotlin" }

0 commit comments

Comments
 (0)