build: upgrade Kotlin and AndroidX dependencies
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
a86dff9433
commit
a1889b801c
10
build.gradle
10
build.gradle
@ -1,15 +1,15 @@
|
||||
buildscript {
|
||||
ext {
|
||||
activityVersion = '1.2.4'
|
||||
activityVersion = '1.3.1'
|
||||
annotationsVersion = '1.2.0'
|
||||
appcompatVersion = '1.3.1'
|
||||
biometricVersion = '1.1.0'
|
||||
collectionVersion = '1.1.0'
|
||||
constraintLayoutVersion = '2.0.4'
|
||||
constraintLayoutVersion = '2.1.0'
|
||||
coordinatorLayoutVersion = '1.1.0'
|
||||
coreKtxVersion = '1.6.0'
|
||||
coroutinesVersion = '1.5.1'
|
||||
datastoreVersion = '1.0.0-rc02'
|
||||
coroutinesVersion = '1.5.2'
|
||||
datastoreVersion = '1.0.0'
|
||||
desugarVersion = '1.1.5'
|
||||
fragmentVersion = '1.3.6'
|
||||
jsr305Version = '3.0.2'
|
||||
@ -24,7 +24,7 @@ buildscript {
|
||||
}
|
||||
|
||||
plugins {
|
||||
id "de.undercouch.download" version "4.1.1"
|
||||
id "de.undercouch.download" version "4.1.2"
|
||||
}
|
||||
|
||||
task downloadCrowdin(type: Download) {
|
||||
|
@ -1,6 +1,6 @@
|
||||
pluginManagement {
|
||||
def agpVersion = "7.0.0"
|
||||
def kotlinVersion = "1.5.21"
|
||||
def agpVersion = "7.0.2"
|
||||
def kotlinVersion = "1.5.31"
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
google()
|
||||
|
Loading…
Reference in New Issue
Block a user