Use AndroidX arch core version 2.0.1

This commit is contained in:
M66B 2019-03-30 13:49:13 +01:00
parent b10b7ff4a4
commit f68c63b1ad
1 changed files with 3 additions and 0 deletions

View File

@ -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"