From 4808dcabe78f09db1663758c903c9dd33a514802 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerard=20Cusco=CC=81?= Date: Mon, 16 Feb 2026 19:04:28 +0100 Subject: [PATCH] Locking versions --- .idea/compiler.xml | 18 +---- .idea/gradle.xml | 5 +- .idea/misc.xml | 44 +++++++++--- .idea/modules.xml | 9 --- .idea/runConfigurations.xml | 8 +++ app/gradle.lockfile | 140 ++++++++++++++++++++++++++++++++++++ build.gradle | 11 +-- buildscript-gradle.lockfile | 122 ------------------------------- 8 files changed, 192 insertions(+), 165 deletions(-) delete mode 100644 .idea/modules.xml create mode 100644 app/gradle.lockfile delete mode 100644 buildscript-gradle.lockfile diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 96cc43e..fb7f4a8 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,22 +1,6 @@ - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 7ac24c7..639c779 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -1,17 +1,18 @@ + diff --git a/.idea/misc.xml b/.idea/misc.xml index 24c358a..8107258 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -4,28 +4,50 @@ - + diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 0fb762e..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml index 7f68460..72f00ed 100644 --- a/.idea/runConfigurations.xml +++ b/.idea/runConfigurations.xml @@ -3,6 +3,14 @@