From 907b22cf66f583c20b21fab69945526ed4d67e79 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 1 Feb 2020 22:25:03 +0530 Subject: Upgrade appcompat, corektx and material (#628) Signed-off-by: Harsh Shandilya --- dependencies.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dependencies.gradle') diff --git a/dependencies.gradle b/dependencies.gradle index e1278f02..a136c67b 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -29,12 +29,12 @@ ext.deps = [ androidx: [ annotation: 'androidx.annotation:annotation:1.1.0', - appcompat: 'androidx.appcompat:appcompat:1.2.0-alpha01', + appcompat: 'androidx.appcompat:appcompat:1.2.0-alpha02', biometric: 'androidx.biometric:biometric:1.0.1', constraint_layout: 'androidx.constraintlayout:constraintlayout:2.0.0-beta4', - core_ktx: 'androidx.core:core-ktx:1.2.0-rc01', + core_ktx: 'androidx.core:core-ktx:1.3.0-alpha01', documentfile: 'androidx.documentfile:documentfile:1.0.1', - material: 'com.google.android.material:material:1.2.0-alpha03', + material: 'com.google.android.material:material:1.2.0-alpha04', preference: 'androidx.preference:preference:1.1.0', recycler_view: 'androidx.recyclerview:recyclerview:1.0.0' ], -- cgit v1.2.3