Skip to content

Commit 2bf09f8

Browse files
committed
gradle: bump AGP, Kotlin and AGP
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent 36d93a8 commit 2bf09f8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
buildscript {
22
ext {
33
activityVersion = '1.4.0'
4-
annotationsVersion = '1.2.0'
5-
appcompatVersion = '1.3.1'
4+
annotationsVersion = '1.3.0'
5+
appcompatVersion = '1.4.0'
66
biometricVersion = '1.1.0'
7-
collectionVersion = '1.1.0'
8-
constraintLayoutVersion = '2.1.1'
7+
collectionVersion = '1.2.0'
8+
constraintLayoutVersion = '2.1.2'
99
coordinatorLayoutVersion = '1.1.0'
1010
coreKtxVersion = '1.7.0'
11-
coroutinesVersion = '1.5.2'
11+
coroutinesVersion = '1.6.0'
1212
datastoreVersion = '1.0.0'
1313
desugarVersion = '1.1.5'
14-
fragmentVersion = '1.3.6'
14+
fragmentVersion = '1.4.0'
1515
jsr305Version = '3.0.2'
1616
junitVersion = '4.13.2'
1717
lifecycleRuntimeKtxVersion = '2.4.0'

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.0.3"
3-
def kotlinVersion = "1.5.31"
2+
def agpVersion = "7.0.4"
3+
def kotlinVersion = "1.6.10"
44
repositories {
55
gradlePluginPortal()
66
google()

0 commit comments

Comments
 (0)