From a6afd650156aa1bbc1f73ce6d75cd3eb6720fd64 Mon Sep 17 00:00:00 2001 From: jeprubio Date: Wed, 12 Jun 2024 23:02:24 +0200 Subject: [PATCH] [Update] libs --- .gitignore | 4 ++-- .idea/deploymentTargetSelector.xml | 18 ------------------ gradle/libs.versions.toml | 12 ++++++------ 3 files changed, 8 insertions(+), 26 deletions(-) delete mode 100644 .idea/deploymentTargetSelector.xml diff --git a/.gitignore b/.gitignore index 1cd2fdc..e3724d5 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ captures/ # IntelliJ *.iml +.idea/deploymentTargetSelector.xml .idea/deploymentTargetDropDown.xml .idea/misc.xml .idea/sonarlint @@ -49,11 +50,10 @@ captures/ .idea/assetWizardSettings.xml .idea/dictionaries .idea/libraries -# Android Studio 3 in .gitignore file. .idea/caches .idea/modules.xml -# Comment next line if keeping position of elements in Navigation Editor is relevant for you .idea/navEditor.xml +.idea/other.xml # Keystore files # Uncomment the following lines if you do not want to check your keystore files in. diff --git a/.idea/deploymentTargetSelector.xml b/.idea/deploymentTargetSelector.xml deleted file mode 100644 index ed0a1d0..0000000 --- a/.idea/deploymentTargetSelector.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cabad44..4c0f4de 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,14 +1,14 @@ [versions] -agp = "8.4.1" -compose-bom = "2024.05.00" +agp = "8.4.2" +compose-bom = "2024.06.00" konsist = "0.15.1" kotlin = "2.0.0" appcompat = "1.7.0" core-splashscreen = "1.0.1" core-ktx = "1.13.1" core-testing = "2.2.0" -lifecycle-runtime-ktx = "2.7.0" -lifecycle-compose = "2.7.0" +lifecycle-runtime-ktx = "2.8.2" +lifecycle-compose = "2.8.2" activity-compose = "1.9.0" retrofit = "2.11.0" hilt = "2.51.1" @@ -36,8 +36,8 @@ secrets-gradle-plugin = "2.0.1" shot = "6.1.0" versions = "0.51.0" ksp = "2.0.0-1.0.22" -glance = "1.0.0" -ui-tooling-preview-android = "1.6.7" +glance = "1.1.0" +ui-tooling-preview-android = "1.6.8" test-core = "1.5.0" [libraries]