Upgrade appcompat, corektx and material (#628)
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
parent
74bb1c4357
commit
907b22cf66
1 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue