gradle: bump AGP and Kotlin
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
62910caae1
commit
5ffb1d0c36
@ -8,7 +8,7 @@ buildscript {
|
||||
constraintLayoutVersion = '2.1.3'
|
||||
coordinatorLayoutVersion = '1.2.0'
|
||||
coreKtxVersion = '1.7.0'
|
||||
coroutinesVersion = '1.6.0'
|
||||
coroutinesVersion = '1.6.1'
|
||||
datastoreVersion = '1.0.0'
|
||||
desugarVersion = '1.1.5'
|
||||
fragmentVersion = '1.4.1'
|
||||
@ -24,7 +24,7 @@ buildscript {
|
||||
}
|
||||
|
||||
plugins {
|
||||
id "de.undercouch.download" version "5.0.1"
|
||||
id "de.undercouch.download" version "5.0.4"
|
||||
}
|
||||
|
||||
task downloadCrowdin(type: Download) {
|
||||
|
@ -1,6 +1,6 @@
|
||||
pluginManagement {
|
||||
def agpVersion = "7.1.2"
|
||||
def kotlinVersion = "1.6.10"
|
||||
def agpVersion = "7.1.3"
|
||||
def kotlinVersion = "1.6.20"
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
google()
|
||||
|
Loading…
Reference in New Issue
Block a user