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

Upgrade AndroidX to 1.1

(cherry picked from commit e2a96329)
parent 65a37b12
No related branches found
No related tags found
No related merge requests found
......@@ -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