Skip to content

Commit 1c6f90f

Browse files
author
sds100
committed
chore: update libraries
Signed-off-by: sds100 <developer.sds100@gmail.com>
1 parent 25160f9 commit 1c6f90f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ dependencies {
7979
implementation 'com.google.maps.android:places-ktx:2.0.0'
8080
implementation "com.google.dagger:hilt-android:2.42"
8181
implementation 'androidx.hilt:hilt-navigation-compose:1.0.0'
82-
implementation 'com.google.android.gms:play-services-location:20.0.0'
82+
implementation 'com.google.android.gms:play-services-location:21.0.0'
8383
kapt "com.google.dagger:hilt-compiler:2.42"
84-
implementation "com.google.android.material:material:1.6.1"
84+
implementation "com.google.android.material:material:1.7.0"
8585

8686
//android
8787
implementation 'androidx.core:core-ktx:1.9.0'
@@ -105,7 +105,7 @@ dependencies {
105105

106106
//other
107107
implementation 'com.jakewharton.timber:timber:5.0.1'
108-
implementation 'io.github.raamcosta.compose-destinations:core:1.7.16-beta'
108+
implementation 'io.github.raamcosta.compose-destinations:core:1.7.22-beta'
109109
ksp 'io.github.raamcosta.compose-destinations:ksp:1.7.16-beta'
110110
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0"
111111

0 commit comments

Comments
 (0)