diff --git a/build.gradle b/build.gradle index 8c4de85a0..e643838cc 100644 --- a/build.gradle +++ b/build.gradle @@ -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' diff --git a/medialibrary/build.gradle b/medialibrary/build.gradle index de3d88a1d..e095fded0 100644 --- a/medialibrary/build.gradle +++ b/medialibrary/build.gradle @@ -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" }