diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-08-04 02:12:27 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-08-04 02:12:38 +0530 |
commit | 4ff564521fd42dcd54c8e0886317cae64d19d6f3 (patch) | |
tree | d080a98aec7424c773632258100b4185686762de | |
parent | 9f139134c23f91e96631c12e9d5e555afe655a28 (diff) |
gradle: upgrade plugins and runtime dependencies
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
-rw-r--r-- | build.gradle | 10 | ||||
-rw-r--r-- | settings.gradle | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/build.gradle b/build.gradle index 027d7afe..1cc26780 100644 --- a/build.gradle +++ b/build.gradle @@ -1,20 +1,20 @@ buildscript { ext { - activityVersion = '1.4.0' - annotationsVersion = '1.3.0' + activityVersion = '1.5.1' + annotationsVersion = '1.4.0' appcompatVersion = '1.4.2' biometricVersion = '1.1.0' collectionVersion = '1.2.0' constraintLayoutVersion = '2.1.4' coordinatorLayoutVersion = '1.2.0' coreKtxVersion = '1.8.0' - coroutinesVersion = '1.6.2' + coroutinesVersion = '1.6.4' datastoreVersion = '1.0.0' desugarVersion = '1.1.5' - fragmentVersion = '1.4.1' + fragmentVersion = '1.5.1' jsr305Version = '3.0.2' junitVersion = '4.13.2' - lifecycleRuntimeKtxVersion = '2.4.1' + lifecycleRuntimeKtxVersion = '2.5.1' materialComponentsVersion = '1.6.1' preferenceVersion = '1.2.0' zxingEmbeddedVersion = '4.3.0' diff --git a/settings.gradle b/settings.gradle index b2bc36a0..e61ef5a0 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,6 +1,6 @@ pluginManagement { - def agpVersion = "7.2.1" - def kotlinVersion = "1.7.0" + def agpVersion = "7.2.2" + def kotlinVersion = "1.7.10" repositories { gradlePluginPortal() google() |