From f68c63b1ade88685aa4751dbc1b08ca366a22e28 Mon Sep 17 00:00:00 2001 From: M66B Date: Sat, 30 Mar 2019 13:49:13 +0100 Subject: [PATCH] Use AndroidX arch core version 2.0.1 --- app/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 682efe1848..401b1921d5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -101,6 +101,7 @@ repositories { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) + def archcore_version = "2.0.1" def appcompat_version = "1.0.2" def recyclerview_version = "1.0.0" def coordinatorlayout_version = "1.0.0" @@ -122,6 +123,8 @@ dependencies { def badge_version = "1.1.22" // https://developer.android.com/jetpack/androidx/releases/ + implementation "androidx.arch.core:core-common:$archcore_version" + implementation "androidx.arch.core:core-runtime:$archcore_version" // https://mvnrepository.com/artifact/androidx.appcompat/appcompat implementation "androidx.appcompat:appcompat:$appcompat_version"