Skip to content

Commit 5ffb1d0

Browse files
committed
gradle: bump AGP and Kotlin
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent 62910ca commit 5ffb1d0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
constraintLayoutVersion = '2.1.3'
99
coordinatorLayoutVersion = '1.2.0'
1010
coreKtxVersion = '1.7.0'
11-
coroutinesVersion = '1.6.0'
11+
coroutinesVersion = '1.6.1'
1212
datastoreVersion = '1.0.0'
1313
desugarVersion = '1.1.5'
1414
fragmentVersion = '1.4.1'
@@ -24,7 +24,7 @@ buildscript {
2424
}
2525

2626
plugins {
27-
id "de.undercouch.download" version "5.0.1"
27+
id "de.undercouch.download" version "5.0.4"
2828
}
2929

3030
task downloadCrowdin(type: Download) {

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pluginManagement {
2-
def agpVersion = "7.1.2"
3-
def kotlinVersion = "1.6.10"
2+
def agpVersion = "7.1.3"
3+
def kotlinVersion = "1.6.20"
44
repositories {
55
gradlePluginPortal()
66
google()

0 commit comments

Comments
 (0)