gradle: bump AGP and Kotlin

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2022-04-08 03:08:22 +05:30
parent 62910caae1
commit 5ffb1d0c36
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ buildscript {
constraintLayoutVersion = '2.1.3' constraintLayoutVersion = '2.1.3'
coordinatorLayoutVersion = '1.2.0' coordinatorLayoutVersion = '1.2.0'
coreKtxVersion = '1.7.0' coreKtxVersion = '1.7.0'
coroutinesVersion = '1.6.0' coroutinesVersion = '1.6.1'
datastoreVersion = '1.0.0' datastoreVersion = '1.0.0'
desugarVersion = '1.1.5' desugarVersion = '1.1.5'
fragmentVersion = '1.4.1' fragmentVersion = '1.4.1'
@ -24,7 +24,7 @@ buildscript {
} }
plugins { plugins {
id "de.undercouch.download" version "5.0.1" id "de.undercouch.download" version "5.0.4"
} }
task downloadCrowdin(type: Download) { task downloadCrowdin(type: Download) {

View File

@ -1,6 +1,6 @@
pluginManagement { pluginManagement {
def agpVersion = "7.1.2" def agpVersion = "7.1.3"
def kotlinVersion = "1.6.10" def kotlinVersion = "1.6.20"
repositories { repositories {
gradlePluginPortal() gradlePluginPortal()
google() google()