@@ -14,6 +14,7 @@ firebaseAppdistributionPlugin = "4.0.1"
14
14
15
15
# [LIBRARIES]
16
16
detekt = " 1.23.6"
17
+ detektFormatting = " 1.23.6"
17
18
glide = " 4.16.0"
18
19
19
20
# # AndroidX
@@ -24,26 +25,22 @@ androidxConstraintlayout = "2.1.4"
24
25
androidxCore = " 1.12.0"
25
26
androidxEspresso = " 3.5.1"
26
27
androidxFragment = " 1.6.2"
27
- androidxLifecycle = " 2.6.2 "
28
+ androidxLifecycle = " 2.7.0 "
28
29
androidxTestJunit = " 1.1.5"
29
30
30
31
# # Google
31
32
hilt = " 2.50"
32
33
ksp = " 1.9.21-1.0.16"
33
- material = ' 1.9 .0'
34
+ material = ' 1.11 .0'
34
35
35
36
# # Jetbrains
36
- detektFormatting = " 1.23.6"
37
37
kotlin = " 1.9.21"
38
38
39
39
# # Tests
40
40
junit4 = " 4.13.2"
41
41
42
42
[libraries ]
43
43
44
- glide = { group = " com.github.bumptech.glide" , name = " glide" , version.ref = " glide" }
45
- glide-compiler = { group = " com.github.bumptech.glide" , name = " ksp" , version.ref = " glide" }
46
-
47
44
# [ANDROIDX]
48
45
androidx-appcompat = { group = " androidx.appcompat" , name = " appcompat" , version.ref = " androidxAppcompat" }
49
46
androidx-compose-bom = { group = " androidx.compose" , name = " compose-bom" , version.ref = " androidxComposeBom" }
@@ -73,10 +70,12 @@ hilt-compiler = { group = "com.google.dagger", name = "hilt-compiler", version.r
73
70
junit4 = { group = " junit" , name = " junit" , version.ref = " junit4" }
74
71
75
72
# [TOOLS]
76
- kotlinx-reflection = { group = " org.jetbrains.kotlin" , name = " kotlin-reflect" , version.ref = " kotlin" }
73
+ kotlinx-reflect = { group = " org.jetbrains.kotlin" , name = " kotlin-reflect" , version.ref = " kotlin" }
77
74
78
75
# [OTHERS]
79
76
detekt-formatting = { module = " io.gitlab.arturbosch.detekt:detekt-formatting" , version.ref = " detektFormatting" }
77
+ glide = { group = " com.github.bumptech.glide" , name = " glide" , version.ref = " glide" }
78
+ glide-compiler = { group = " com.github.bumptech.glide" , name = " ksp" , version.ref = " glide" }
80
79
81
80
[bundles ]
82
81
androidxcompose = [" androidx-compose-ui" , " androidx-compose-ui-tooling" , " androidx-compose-ui-util" , " androidx-compose-runtime" , " androidx-compose-foundation" , " androidx-compose-material" , " androidx-compose-material-icons-core" , " androidx-compose-material-icons-extended" , " androidx-compose-material3" ]
0 commit comments