summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2020-02-01 22:25:03 +0530
committerGitHub <noreply@github.com>2020-02-01 22:25:03 +0530
commit907b22cf66f583c20b21fab69945526ed4d67e79 (patch)
tree49f4ede2e44b53fd48d0219662ebd8243dd42327
parent74bb1c43570ad854f1340afc5207090e37c23eb4 (diff)
Upgrade appcompat, corektx and material (#628)
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
-rw-r--r--dependencies.gradle6
1 files changed, 3 insertions, 3 deletions
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'
],