diff --git a/Corona-Warn-App/build.gradle b/Corona-Warn-App/build.gradle index e87dcae4907f470cb6bba0229cf527eb90f688fa..e874d14cd4f4398c236fa51413e1256675bcf8d2 100644 --- a/Corona-Warn-App/build.gradle +++ b/Corona-Warn-App/build.gradle @@ -297,7 +297,7 @@ dependencies { testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutineVersion" // ANDROID STANDARD - def nav_version = "2.3.2" + def nav_version = "2.3.3" implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.core:core-ktx:1.3.2' implementation 'com.google.android.material:material:1.2.1' @@ -306,7 +306,7 @@ dependencies { implementation "androidx.navigation:navigation-ui-ktx:$nav_version" implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.preference:preference-ktx:1.1.1' - implementation 'androidx.work:work-runtime-ktx:2.5.0-rc01' + implementation 'androidx.work:work-runtime-ktx:2.5.0' implementation 'androidx.lifecycle:lifecycle-common-java8:2.2.0' implementation 'androidx.lifecycle:lifecycle-process:2.2.0' @@ -316,7 +316,7 @@ dependencies { implementation 'androidx.annotation:annotation:1.1.0' implementation "androidx.recyclerview:recyclerview:1.1.0" - implementation "androidx.recyclerview:recyclerview-selection:1.1.0-rc03" + implementation "androidx.recyclerview:recyclerview-selection:1.1.0" // DAGGER def dagger_version = "2.31.2" @@ -376,7 +376,7 @@ dependencies { androidTestImplementation 'androidx.test:rules:1.3.0' androidTestImplementation 'androidx.test.ext:truth:1.3.0' androidTestImplementation 'androidx.test.ext:junit:1.1.2' - androidTestImplementation 'androidx.work:work-testing:2.5.0-rc01' + androidTestImplementation 'androidx.work:work-testing:2.5.0' androidTestImplementation "io.mockk:mockk-android:1.10.4" debugImplementation 'androidx.fragment:fragment-testing:1.2.5'