Skip to content
Snippets Groups Projects
Unverified Commit abe7e69f authored by Mohamed Metwalli's avatar Mohamed Metwalli Committed by GitHub
Browse files

Bump to final versions (#2226)

parent 70c15c20
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment