diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-01-08 15:13:48 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-01-08 15:30:11 +0530 |
commit | 2bf09f8e2d55772d0a9970f4b093f8c930da0376 (patch) | |
tree | 80921ff3fcf13890eda274432dae9176992a0479 | |
parent | 36d93a8e1b0a166897ded2462d4e0c05f8674e83 (diff) |
gradle: bump AGP, Kotlin and AGP
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
-rw-r--r-- | build.gradle | 12 | ||||
-rw-r--r-- | settings.gradle | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/build.gradle b/build.gradle index beb12b7e..78e9d122 100644 --- a/build.gradle +++ b/build.gradle @@ -1,17 +1,17 @@ buildscript { ext { activityVersion = '1.4.0' - annotationsVersion = '1.2.0' - appcompatVersion = '1.3.1' + annotationsVersion = '1.3.0' + appcompatVersion = '1.4.0' biometricVersion = '1.1.0' - collectionVersion = '1.1.0' - constraintLayoutVersion = '2.1.1' + collectionVersion = '1.2.0' + constraintLayoutVersion = '2.1.2' coordinatorLayoutVersion = '1.1.0' coreKtxVersion = '1.7.0' - coroutinesVersion = '1.5.2' + coroutinesVersion = '1.6.0' datastoreVersion = '1.0.0' desugarVersion = '1.1.5' - fragmentVersion = '1.3.6' + fragmentVersion = '1.4.0' jsr305Version = '3.0.2' junitVersion = '4.13.2' lifecycleRuntimeKtxVersion = '2.4.0' diff --git a/settings.gradle b/settings.gradle index 783fa764..ed46e7a7 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,6 +1,6 @@ pluginManagement { - def agpVersion = "7.0.3" - def kotlinVersion = "1.5.31" + def agpVersion = "7.0.4" + def kotlinVersion = "1.6.10" repositories { gradlePluginPortal() google() |