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 {
|
buildscript {
|
||||||
ext {
|
ext {
|
||||||
activityVersion = '1.2.4'
|
activityVersion = '1.3.1'
|
||||||
annotationsVersion = '1.2.0'
|
annotationsVersion = '1.2.0'
|
||||||
appcompatVersion = '1.3.1'
|
appcompatVersion = '1.3.1'
|
||||||
biometricVersion = '1.1.0'
|
biometricVersion = '1.1.0'
|
||||||
collectionVersion = '1.1.0'
|
collectionVersion = '1.1.0'
|
||||||
constraintLayoutVersion = '2.0.4'
|
constraintLayoutVersion = '2.1.0'
|
||||||
coordinatorLayoutVersion = '1.1.0'
|
coordinatorLayoutVersion = '1.1.0'
|
||||||
coreKtxVersion = '1.6.0'
|
coreKtxVersion = '1.6.0'
|
||||||
coroutinesVersion = '1.5.1'
|
coroutinesVersion = '1.5.2'
|
||||||
datastoreVersion = '1.0.0-rc02'
|
datastoreVersion = '1.0.0'
|
||||||
desugarVersion = '1.1.5'
|
desugarVersion = '1.1.5'
|
||||||
fragmentVersion = '1.3.6'
|
fragmentVersion = '1.3.6'
|
||||||
jsr305Version = '3.0.2'
|
jsr305Version = '3.0.2'
|
||||||
@ -24,7 +24,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id "de.undercouch.download" version "4.1.1"
|
id "de.undercouch.download" version "4.1.2"
|
||||||
}
|
}
|
||||||
|
|
||||||
task downloadCrowdin(type: Download) {
|
task downloadCrowdin(type: Download) {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
pluginManagement {
|
pluginManagement {
|
||||||
def agpVersion = "7.0.0"
|
def agpVersion = "7.0.2"
|
||||||
def kotlinVersion = "1.5.21"
|
def kotlinVersion = "1.5.31"
|
||||||
repositories {
|
repositories {
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
google()
|
google()
|
||||||
|
Loading…
Reference in New Issue
Block a user