@@ -149,19 +149,19 @@ project.afterEvaluate {
149149
150150dependencies {
151151 def androidXHiltVersion = ' 1.0.0'
152- def exoPlayerVersion = ' 2.18.1 '
153- def fragmentVersion = ' 1.5.4 '
154- def roomVersion = ' 2.4.3 '
152+ def exoPlayerVersion = ' 2.18.2 '
153+ def fragmentVersion = ' 1.5.5 '
154+ def roomVersion = ' 2.5.0 '
155155 def workManagerVersion = ' 2.7.1'
156156
157- def espressoVersion = ' 3.5.0 '
157+ def espressoVersion = ' 3.5.1 '
158158 def mockkVersion = ' 1.13.3'
159159
160160 kapt " com.google.dagger:hilt-compiler:$deps . hiltVersion "
161161 kapt " androidx.hilt:hilt-compiler:$androidXHiltVersion "
162162 kapt " androidx.room:room-compiler:$roomVersion "
163163
164- implementation ' androidx.appcompat:appcompat:1.5.1 '
164+ implementation ' androidx.appcompat:appcompat:1.6.0 '
165165 implementation ' androidx.browser:browser:1.4.0'
166166 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
167167 implementation " androidx.core:core-ktx:$deps . androidXCoreVersion "
@@ -221,11 +221,11 @@ dependencies {
221221
222222 androidTestImplementation " androidx.test:core:$deps . testCoreVersion "
223223 androidTestImplementation " androidx.test:rules:1.5.0"
224- androidTestImplementation " androidx.test:runner:1.5.1 "
224+ androidTestImplementation " androidx.test:runner:1.5.2 "
225225 androidTestImplementation " androidx.test.espresso:espresso-core:$espressoVersion "
226226 androidTestImplementation " androidx.test.espresso:espresso-contrib:$espressoVersion "
227227 androidTestImplementation " androidx.test.espresso:espresso-intents:$espressoVersion "
228- androidTestImplementation ' androidx.test.ext:junit:1.1.4 '
228+ androidTestImplementation ' androidx.test.ext:junit:1.1.5 '
229229 androidTestImplementation " androidx.work:work-testing:$workManagerVersion "
230230 androidTestImplementation " com.google.dagger:hilt-android-testing:$deps . hiltVersion "
231231 androidTestImplementation " junit:junit:$deps . junitVersion "
0 commit comments