Update AndroidX

This commit is contained in:
topjohnwu 2018-11-09 22:04:04 -05:00
parent 3603b7c82b
commit 817350c8c5

View File

@ -71,7 +71,8 @@ android {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
fullImplementation project(':utils')
implementation "androidx.core:core:${rootProject.ext.androidXVersion}"
implementation 'androidx.core:core:1.0.1'
fullImplementation 'androidx.appcompat:appcompat:1.0.2'
fullImplementation "androidx.preference:preference:${rootProject.ext.androidXVersion}"
fullImplementation "androidx.recyclerview:recyclerview:${rootProject.ext.androidXVersion}"
fullImplementation "androidx.cardview:cardview:${rootProject.ext.androidXVersion}"