From 2dd06ffe7edc55b25da2fef51a8536a155d32c8f Mon Sep 17 00:00:00 2001 From: PahaAkos Date: Mon, 17 Feb 2025 20:45:49 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=AA=B2=20Debug=20Release=201.2.6=20(1?= =?UTF-8?q?26004)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Update Gradle • Update Submodules • Bump versionCode to 126004 (1.2.6) • Update buildToolsVersion to 36.0.0-rc5 --- .github/workflows/ci.yml | 6 ++--- .github/workflows/playstore.yml | 6 ++--- .idea/kotlinc.xml | 2 +- app/build.gradle.kts | 28 ++++++++++++------------ build.gradle.kts | 2 +- colorutilsc | 2 +- gradle/libs.versions.toml | 20 ++++++++--------- gradle/wrapper/gradle-wrapper.properties | 4 ++-- rboardcomponents | 2 +- 9 files changed, 36 insertions(+), 36 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4b3b80..ba5f998 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,11 +26,11 @@ jobs: - name: Setup cmake uses: jwlawson/actions-setup-cmake@v2 with: - cmake-version: '3.31.0' + cmake-version: '3.31.5' - uses: nttld/setup-ndk@v1 with: - ndk-version: r27c + ndk-version: r28 - name: Get Commit Message id: commitMessage @@ -98,7 +98,7 @@ jobs: signingKey: ${{ secrets.SIGNING_KEY }} keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }} keyPassword: ${{ secrets.KEY_PASSWORD }} - buildToolsVersion: '36.0.0-rc1' + buildToolsVersion: '36.0.0-rc5' - name: List files run: ls app/build/outputs/apk/release diff --git a/.github/workflows/playstore.yml b/.github/workflows/playstore.yml index e0c3508..8f2f4e9 100644 --- a/.github/workflows/playstore.yml +++ b/.github/workflows/playstore.yml @@ -24,11 +24,11 @@ jobs: - name: Setup cmake uses: jwlawson/actions-setup-cmake@v2 with: - cmake-version: '3.31.0' + cmake-version: '3.31.5' - uses: nttld/setup-ndk@v1 with: - ndk-version: r27c + ndk-version: r28 - name: Setup JDK uses: actions/setup-java@v4 @@ -80,7 +80,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-rc5' - 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 @@