summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'
],