Use AndroidX arch core version 2.0.1

pull/153/head
M66B 6 years ago
parent b10b7ff4a4
commit f68c63b1ad

@ -101,6 +101,7 @@ repositories {
dependencies { dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar']) implementation fileTree(dir: 'libs', include: ['*.jar'])
def archcore_version = "2.0.1"
def appcompat_version = "1.0.2" def appcompat_version = "1.0.2"
def recyclerview_version = "1.0.0" def recyclerview_version = "1.0.0"
def coordinatorlayout_version = "1.0.0" def coordinatorlayout_version = "1.0.0"
@ -122,6 +123,8 @@ dependencies {
def badge_version = "1.1.22" def badge_version = "1.1.22"
// https://developer.android.com/jetpack/androidx/releases/ // 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 // https://mvnrepository.com/artifact/androidx.appcompat/appcompat
implementation "androidx.appcompat:appcompat:$appcompat_version" implementation "androidx.appcompat:appcompat:$appcompat_version"

Loading…
Cancel
Save