Upgrade dependencies (#574)
* Upgrade dependencies Kotlin 1.3.50 -> 1.3.60 AGP 3.5.1 -> 3.5.2 * Update spotless * Update biometric to 1.0.0 * Update core-ktx to 1.2.0-beta02 * Update fragment-ktx to 1.2.0-rc02 Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
parent
f78962ec77
commit
3bf8134b84
1 changed files with 6 additions and 6 deletions
|
@ -13,19 +13,19 @@ ext {
|
||||||
buildTools: '29.0.2',
|
buildTools: '29.0.2',
|
||||||
|
|
||||||
// Plugins
|
// Plugins
|
||||||
gradlePlugin: '3.5.1',
|
gradlePlugin: '3.5.2',
|
||||||
kotlin: '1.3.50',
|
kotlin: '1.3.60',
|
||||||
spotless: '3.25.0',
|
spotless: '3.26.0',
|
||||||
|
|
||||||
// AndroidX
|
// AndroidX
|
||||||
annotation: '1.1.0',
|
annotation: '1.1.0',
|
||||||
appcompat: '1.1.0',
|
appcompat: '1.1.0',
|
||||||
biometric: '1.0.0-rc01',
|
biometric: '1.0.0',
|
||||||
cardview: '1.0.0',
|
cardview: '1.0.0',
|
||||||
constraintLayout: '2.0.0-beta3',
|
constraintLayout: '2.0.0-beta3',
|
||||||
coreKtx: '1.2.0-beta01',
|
coreKtx: '1.2.0-beta02',
|
||||||
documentfile: '1.0.1',
|
documentfile: '1.0.1',
|
||||||
fragmentKtx: '1.2.0-beta01',
|
fragmentKtx: '1.2.0-rc02',
|
||||||
material: '1.2.0-alpha01',
|
material: '1.2.0-alpha01',
|
||||||
preference: '1.1.0',
|
preference: '1.1.0',
|
||||||
recyclerview: '1.0.0',
|
recyclerview: '1.0.0',
|
||||||
|
|
Loading…
Reference in a new issue