Browse Source

Upgrade AndroidX to 1.1

merge-requests/382/head
Geoffrey Métais 7 years ago
parent
commit
e2a9632958
  1. 14
      build.gradle
  2. 2
      medialibrary/build.gradle

14
build.gradle

@ -35,18 +35,18 @@ ext {
targetSdkVersion = 28 targetSdkVersion = 28
compileSdkVersion = 28 compileSdkVersion = 28
androidxLegacyVersion = '1.0.0' androidxLegacyVersion = '1.0.0'
androidxCoreVersion = '1.1.0-rc02' androidxCoreVersion = '1.1.0'
androidxPreferencesVersion = '1.1.0-rc01' androidxPreferencesVersion = '1.1.0'
androidxVersion = '1.1.0-rc01' androidxVersion = '1.1.0'
androidxActivityVersion = '1.0.0-rc01' androidxActivityVersion = '1.0.0'
androidxFragmentVersion = '1.1.0-rc03' androidxFragmentVersion = '1.1.0'
androidxAnnotationVersion = '1.1.0' androidxAnnotationVersion = '1.1.0'
androidxAppcompatVersion = '1.1.0-rc01' androidxAppcompatVersion = '1.1.0'
androidxRecyclerviewVersion = '1.0.0' androidxRecyclerviewVersion = '1.0.0'
androidxLeanbackVersion = '1.0.0' androidxLeanbackVersion = '1.0.0'
androidxMaterialVersion = '1.0.0' androidxMaterialVersion = '1.0.0'
constraintLayoutVersion = '1.1.3' constraintLayoutVersion = '1.1.3'
archVersion = '2.1.0-rc01' archVersion = '2.1.0'
roomVersion = '2.1.0' roomVersion = '2.1.0'
pagingVersion = '2.1.0' pagingVersion = '2.1.0'
junitVersion = '4.12' junitVersion = '4.12'

2
medialibrary/build.gradle

@ -99,7 +99,7 @@ dependencies {
api "androidx.core:core:$rootProject.ext.androidxCoreVersion" api "androidx.core:core:$rootProject.ext.androidxCoreVersion"
api "androidx.fragment:fragment:$rootProject.ext.androidxVersion" api "androidx.fragment:fragment:$rootProject.ext.androidxVersion"
testImplementation "junit:junit:$rootProject.ext.junitVersion" testImplementation "junit:junit:$rootProject.ext.junitVersion"
testImplementation "org.robolectric:robolectric:4.2" testImplementation "org.robolectric:robolectric:4.2.1"
} }

Loading…
Cancel
Save