@@ -6,7 +6,7 @@ kspPlugin = "1.8.21-1.0.11" # Should be "$kotlin-$ksp", but could not find a wa
6
6
composeCompiler = " 1.4.7"
7
7
hilt = " 2.46.1"
8
8
lifecycle = " 2.6.1"
9
- room = " 2.5.1 "
9
+ room = " 2.5.2 "
10
10
11
11
12
12
[libraries ]
@@ -21,13 +21,13 @@ androidx-room-compiler = { group = "androidx.room", name = "room-compiler", vers
21
21
google-dagger-hilt = { group = " com.google.dagger" , name = " hilt-android" , version.ref = " hilt" }
22
22
google-dagger-hiltCompiler = { group = " com.google.dagger" , name = " hilt-compiler" , version.ref = " hilt" }
23
23
24
- androidx-compose-bom = " androidx.compose:compose-bom:2023.05 .01"
24
+ androidx-compose-bom = " androidx.compose:compose-bom:2023.06 .01"
25
25
26
26
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 "
29
29
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"
31
31
google-accompanist-systemuicontroller = " com.google.accompanist:accompanist-systemuicontroller:0.30.1"
32
32
33
33
junit = ' junit:junit:4.13.2'
@@ -38,7 +38,7 @@ androidx-test-extJunit = "androidx.test.ext:junit:1.1.5"
38
38
39
39
[plugins ]
40
40
41
- android-application = " com.android.application:8.0.1 "
41
+ android-application = " com.android.application:8.0.2 "
42
42
jetbrains-kotlin-android = { id = " org.jetbrains.kotlin.android" , version.ref = " kotlin" }
43
43
google-dagger-hilt-android = { id = " com.google.dagger.hilt.android" , version.ref = " hilt" }
44
44
google-devtools-ksp = { id = " com.google.devtools.ksp" , version.ref = " kspPlugin" }
0 commit comments