From 817350c8c5ca7e81d2727fe2f5bb465273f700fa Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Fri, 9 Nov 2018 22:04:04 -0500 Subject: [PATCH] Update AndroidX --- app/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a1220d488..428bc8f36 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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}"