Skip to content

Commit 7fd7596

Browse files
authored
Merge pull request #67 from TimPushkin/updates
Upgrade dependencies
2 parents dcfeef8 + e0a7c49 commit 7fd7596

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kspPlugin = "1.8.21-1.0.11" # Should be "$kotlin-$ksp", but could not find a wa
66
composeCompiler = "1.4.7"
77
hilt = "2.46.1"
88
lifecycle = "2.6.1"
9-
room = "2.5.1"
9+
room = "2.5.2"
1010

1111

1212
[libraries]
@@ -21,13 +21,13 @@ androidx-room-compiler = { group = "androidx.room", name = "room-compiler", vers
2121
google-dagger-hilt = { group = "com.google.dagger", name = "hilt-android", version.ref = "hilt" }
2222
google-dagger-hiltCompiler = { group = "com.google.dagger", name = "hilt-compiler", version.ref = "hilt" }
2323

24-
androidx-compose-bom = "androidx.compose:compose-bom:2023.05.01"
24+
androidx-compose-bom = "androidx.compose:compose-bom:2023.06.01"
2525

2626
androidx-core-ktx = "androidx.core:core-ktx:1.10.1"
27-
androidx-activity-compose = "androidx.activity:activity-compose:1.7.1"
28-
androidx-navigation-compose = "androidx.navigation:navigation-compose:2.5.3"
27+
androidx-activity-compose = "androidx.activity:activity-compose:1.7.2"
28+
androidx-navigation-compose = "androidx.navigation:navigation-compose:2.6.0"
2929
androidx-hilt-navigationCompose = "androidx.hilt:hilt-navigation-compose:1.0.0"
30-
plrapps-mapcompose = "ovh.plrapps:mapcompose:2.6.1"
30+
plrapps-mapcompose = "ovh.plrapps:mapcompose:2.7.1"
3131
google-accompanist-systemuicontroller = "com.google.accompanist:accompanist-systemuicontroller:0.30.1"
3232

3333
junit = 'junit:junit:4.13.2'
@@ -38,7 +38,7 @@ androidx-test-extJunit = "androidx.test.ext:junit:1.1.5"
3838

3939
[plugins]
4040

41-
android-application = "com.android.application:8.0.1"
41+
android-application = "com.android.application:8.0.2"
4242
jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
4343
google-dagger-hilt-android = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
4444
google-devtools-ksp = { id = "com.google.devtools.ksp", version.ref = "kspPlugin" }

0 commit comments

Comments
 (0)