From 6b0483ac64ab2cec05c32e995a2bc2de5847e5ac Mon Sep 17 00:00:00 2001 From: PahaAkos Date: Thu, 20 Mar 2025 15:13:02 +0100 Subject: [PATCH 1/5] =?UTF-8?q?=F0=9F=AA=B2=20Debug=20Release=203.4=20(340?= =?UTF-8?q?0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Update Dependencies • Update Submodules • Update buildToolsVersion to 36.0.0 • Update compileSdk & targetSdk to 36 (Android 16) --- .github/workflows/ci.yml | 2 +- .github/workflows/playstore.yml | 2 +- .idea/kotlinc.xml | 2 +- .idea/misc.xml | 1 - .idea/runConfigurations.xml | 17 +++++++++++++++++ app/build.gradle.kts | 10 +++++----- build.gradle.kts | 2 +- colorutilsc | 2 +- gradle/libs.versions.toml | 24 ++++++++++++------------ gradle/wrapper/gradle-wrapper.properties | 4 ++-- 10 files changed, 41 insertions(+), 25 deletions(-) create mode 100644 .idea/runConfigurations.xml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8c3a84..00939bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: signingKey: ${{ secrets.SIGNING_KEY }} keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }} keyPassword: ${{ secrets.KEY_PASSWORD }} - buildToolsVersion: 36.0.0-rc1 + buildToolsVersion: 36.0.0 - name: List files run: ls app/build/outputs/apk/release diff --git a/.github/workflows/playstore.yml b/.github/workflows/playstore.yml index b5654e6..5d69b21 100644 --- a/.github/workflows/playstore.yml +++ b/.github/workflows/playstore.yml @@ -73,7 +73,7 @@ jobs: keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }} keyPassword: ${{ secrets.KEY_PASSWORD }} env: - BUILD_TOOLS_VERSION: 36.0.0-rc1 + BUILD_TOOLS_VERSION: 36.0.0 - name: Upload Artifact uses: actions/upload-artifact@v4 diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index 17f68e0..c66c05a 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -11,6 +11,6 @@