diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-12-01 00:14:51 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-12-01 00:15:39 +0530 |
commit | f269fb175dd7bdf5e2fa785ed451c2c81a529400 (patch) | |
tree | 02dd15078c37acbd3244bb288f9606e1f7469891 | |
parent | 98fe4438d572a132d74fd17aeb040a8d4cf3f36d (diff) |
gradle: update AndroidX and Kotlin
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 dda8b919..4fe2dcda 100644 --- a/build.gradle +++ b/build.gradle @@ -1,21 +1,21 @@ buildscript { ext { - activityVersion = '1.5.1' - annotationsVersion = '1.4.0' - appcompatVersion = '1.4.2' + activityVersion = '1.6.1' + annotationsVersion = '1.5.0' + appcompatVersion = '1.5.1' biometricVersion = '1.1.0' collectionVersion = '1.2.0' constraintLayoutVersion = '2.1.4' coordinatorLayoutVersion = '1.2.0' - coreKtxVersion = '1.8.0' + coreKtxVersion = '1.9.0' coroutinesVersion = '1.6.4' datastoreVersion = '1.0.0' desugarVersion = '1.1.5' - fragmentVersion = '1.5.1' + fragmentVersion = '1.5.4' jsr305Version = '3.0.2' junitVersion = '4.13.2' lifecycleRuntimeKtxVersion = '2.5.1' - materialComponentsVersion = '1.6.1' + materialComponentsVersion = '1.7.0' preferenceVersion = '1.2.0' zxingEmbeddedVersion = '4.3.0' diff --git a/settings.gradle b/settings.gradle index e61ef5a0..84f80b40 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,6 +1,6 @@ pluginManagement { - def agpVersion = "7.2.2" - def kotlinVersion = "1.7.10" + def agpVersion = "7.3.1" + def kotlinVersion = "1.7.22" repositories { gradlePluginPortal() google() |