From 6e8d91568eadbbff2ed2bec779b28770f8a63930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Font=C3=A1n?= Date: Sun, 11 Aug 2024 16:44:07 +0200 Subject: [PATCH 1/3] refactor: Versioning system moved to project-level build.gradle.kts file This commit updates the versioning logic. The `toVersionCode` function is also added to the `Version` class to calculate the version code based on the version components. - Added Room schemas folder creation when it doesn't exist - Updated deprecated code for the `clean` Gradle task --- .idea/misc.xml | 1 - app/build.gradle.kts | 59 ++++---------------------------- build.gradle.kts | 76 ++++++++++++++++++++++++++++++++++++------ color/build.gradle.kts | 1 - 4 files changed, 71 insertions(+), 66 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index cd79a1b2b7..b14a35d21c 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,3 @@ -