@@ -81,8 +81,8 @@ dependencies {
8181 implementation ' com.google.android.material:material:1.6.1'
8282
8383 // play services
84- implementation ' com.google.android.gms:play-services-location:20.0 .0'
85- implementation ' com.google.android.libraries.places:places:2.6.0 '
84+ implementation ' com.google.android.gms:play-services-location:21.3 .0'
85+ implementation ' com.google.android.libraries.places:places:4.3.1 '
8686
8787 // room persistence
8888 final roomVersion = ' 2.4.3'
@@ -104,9 +104,9 @@ dependencies {
104104 androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
105105
106106 // retrofit, moshi
107- implementation ' com.squareup.retrofit2:retrofit:2.9 .0'
108- implementation ' com.squareup.retrofit2:converter-moshi:2.9 .0'
109- implementation ' com.squareup.retrofit2:adapter-rxjava2:2.9 .0'
107+ implementation ' com.squareup.retrofit2:retrofit:3.0 .0'
108+ implementation ' com.squareup.retrofit2:converter-moshi:3.0 .0'
109+ implementation ' com.squareup.retrofit2:adapter-rxjava2:3.0 .0'
110110 implementation ' com.squareup.okhttp3:logging-interceptor:4.10.0'
111111 implementation ' com.squareup.moshi:moshi-kotlin:1.14.0'
112112
@@ -121,7 +121,7 @@ dependencies {
121121 implementation ' com.jakewharton.threetenabp:threetenabp:1.4.2'
122122
123123 // koin
124- final koinVersion= " 3.2.2 "
124+ final koinVersion= " 4.1.0 "
125125 implementation " io.insert-koin:koin-core:$koinVersion "
126126 implementation " io.insert-koin:koin-android:$koinVersion "
127127
0 commit comments