@@ -75,33 +75,33 @@ dependencies {
7575 // google
7676 implementation ' com.google.maps.android:maps-compose:2.2.0'
7777 implementation ' com.google.android.gms:play-services-maps:18.1.0'
78- implementation ' com.google.android.libraries.places:places:2.7 .0'
78+ implementation ' com.google.android.libraries.places:places:2.6 .0'
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:21.0.1 '
82+ implementation ' com.google.android.gms:play-services-location:21.0.0 '
8383 kapt " com.google.dagger:hilt-compiler:2.42"
8484 implementation " com.google.android.material:material:1.7.0"
8585
8686 // android
8787 implementation ' androidx.core:core-ktx:1.9.0'
8888 implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1"
8989 implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.5.1'
90- implementation ' androidx.activity:activity-compose:1.6.1 '
90+ implementation ' androidx.activity:activity-compose:1.6.0 '
9191 // noinspection GradleDependency
9292 implementation " androidx.compose.ui:ui:1.2.0"
93- implementation " androidx.compose.ui:ui-tooling-preview:1.3.0 "
94- implementation ' androidx.compose.material:material:1.3.0 '
95- implementation " androidx.navigation:navigation-compose:2.5.3 "
96- implementation " androidx.compose.foundation:foundation:1.4 .0-alpha01 "
93+ implementation " androidx.compose.ui:ui-tooling-preview:1.2.1 "
94+ implementation ' androidx.compose.material:material:1.2.1 '
95+ implementation " androidx.navigation:navigation-compose:2.5.2 "
96+ implementation " androidx.compose.foundation:foundation:1.3 .0-rc01 "
9797 implementation ' com.google.accompanist:accompanist-permissions:0.24.10-beta'
9898 implementation " com.google.accompanist:accompanist-systemuicontroller:0.17.0"
9999 implementation " com.google.accompanist:accompanist-pager:0.25.1"
100100 implementation " com.google.accompanist:accompanist-pager-indicators:0.25.1"
101101 implementation " androidx.datastore:datastore-preferences:1.0.0"
102102 implementation " androidx.core:core-splashscreen:1.0.0"
103- implementation " androidx.compose.material3:material3-window-size-class:1.1 .0-alpha01 "
104- implementation " androidx.compose.material:material-icons-extended:1.3.0 "
103+ implementation " androidx.compose.material3:material3-window-size-class:1.0 .0-rc01 "
104+ implementation " androidx.compose.material:material-icons-extended:1.2.1 "
105105
106106 // other
107107 implementation ' com.jakewharton.timber:timber:5.0.1'
@@ -114,8 +114,8 @@ dependencies {
114114 implementation " com.squareup.okhttp3:okhttp:4.10.0"
115115
116116 // debug
117- debugImplementation " androidx.compose.ui:ui-tooling:1.3.0 "
118- debugImplementation " androidx.compose.ui:ui-test-manifest:1.3.0 "
117+ debugImplementation " androidx.compose.ui:ui-tooling:1.2.1 "
118+ debugImplementation " androidx.compose.ui:ui-test-manifest:1.2.1 "
119119
120120 // testing
121121 testImplementation ' junit:junit:4.13.2'
@@ -124,14 +124,14 @@ dependencies {
124124 testImplementation ' org.mockito:mockito-core:4.8.0'
125125 testImplementation ' org.mockito:mockito-inline:4.7.0'
126126 testImplementation " androidx.arch.core:core-testing:2.1.0"
127- testImplementation " androidx.test:core-ktx:1.5.0-rc01 "
127+ testImplementation " androidx.test:core-ktx:1.5.0-beta01 "
128128 testImplementation ' org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4'
129129
130- androidTestImplementation " androidx.test:core-ktx:1.5.0-rc01 "
130+ androidTestImplementation " androidx.test:core-ktx:1.5.0-beta01 "
131131 androidTestImplementation ' com.willowtreeapps.assertk:assertk-jvm:0.25'
132132 androidTestImplementation ' androidx.test.ext:junit:1.1.3'
133133 androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
134- androidTestImplementation " androidx.compose.ui:ui-test-junit4:1.3.0 "
134+ androidTestImplementation " androidx.compose.ui:ui-test-junit4:1.2.1 "
135135 androidTestImplementation ' org.mockito.kotlin:mockito-kotlin:4.0.0'
136136 androidTestImplementation ' org.mockito:mockito-android:4.6.1'
137137 androidTestImplementation ' androidx.test:rules:1.4.0'
0 commit comments