Skip to content
Snippets Groups Projects
Commit e2a96329 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Upgrade AndroidX to 1.1

parent 6691f68a
No related branches found
No related tags found
No related merge requests found
Pipeline #9364 passed with stage
in 27 minutes and 29 seconds
......@@ -35,18 +35,18 @@ ext {
targetSdkVersion = 28
compileSdkVersion = 28
androidxLegacyVersion = '1.0.0'
androidxCoreVersion = '1.1.0-rc02'
androidxPreferencesVersion = '1.1.0-rc01'
androidxVersion = '1.1.0-rc01'
androidxActivityVersion = '1.0.0-rc01'
androidxFragmentVersion = '1.1.0-rc03'
androidxCoreVersion = '1.1.0'
androidxPreferencesVersion = '1.1.0'
androidxVersion = '1.1.0'
androidxActivityVersion = '1.0.0'
androidxFragmentVersion = '1.1.0'
androidxAnnotationVersion = '1.1.0'
androidxAppcompatVersion = '1.1.0-rc01'
androidxAppcompatVersion = '1.1.0'
androidxRecyclerviewVersion = '1.0.0'
androidxLeanbackVersion = '1.0.0'
androidxMaterialVersion = '1.0.0'
constraintLayoutVersion = '1.1.3'
archVersion = '2.1.0-rc01'
archVersion = '2.1.0'
roomVersion = '2.1.0'
pagingVersion = '2.1.0'
junitVersion = '4.12'
......
......@@ -99,7 +99,7 @@ dependencies {
api "androidx.core:core:$rootProject.ext.androidxCoreVersion"
api "androidx.fragment:fragment:$rootProject.ext.androidxVersion"
testImplementation "junit:junit:$rootProject.ext.junitVersion"
testImplementation "org.robolectric:robolectric:4.2"
testImplementation "org.robolectric:robolectric:4.2.1"
}
......
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