Skip to content

Commit e6614fd

Browse files
committed
Align some libraries versions
1 parent 2201f2f commit e6614fd

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

gradle/libs.versions.toml

+6-7
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ firebaseAppdistributionPlugin = "4.0.1"
1414

1515
# [LIBRARIES]
1616
detekt = "1.23.6"
17+
detektFormatting = "1.23.6"
1718
glide = "4.16.0"
1819

1920
## AndroidX
@@ -24,26 +25,22 @@ androidxConstraintlayout = "2.1.4"
2425
androidxCore = "1.12.0"
2526
androidxEspresso = "3.5.1"
2627
androidxFragment = "1.6.2"
27-
androidxLifecycle = "2.6.2"
28+
androidxLifecycle = "2.7.0"
2829
androidxTestJunit = "1.1.5"
2930

3031
## Google
3132
hilt = "2.50"
3233
ksp = "1.9.21-1.0.16"
33-
material = '1.9.0'
34+
material = '1.11.0'
3435

3536
## Jetbrains
36-
detektFormatting = "1.23.6"
3737
kotlin = "1.9.21"
3838

3939
## Tests
4040
junit4 = "4.13.2"
4141

4242
[libraries]
4343

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-
4744
# [ANDROIDX]
4845
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "androidxAppcompat" }
4946
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
7370
junit4 = { group = "junit", name = "junit", version.ref = "junit4" }
7471

7572
# [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" }
7774

7875
# [OTHERS]
7976
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" }
8079

8180
[bundles]
8281
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"]

sample/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@ dependencies {
103103
ksp(grapesLibs.hilt.compiler)
104104

105105
// REFLECTION
106-
implementation(grapesLibs.kotlinx.reflection)
106+
implementation(grapesLibs.kotlinx.reflect)
107107
}

0 commit comments

Comments
 (0)