From d5e82bb3cf205e9ffbb0bbbf631b6b5f852714fb Mon Sep 17 00:00:00 2001 From: PahaAkos Date: Tue, 16 Apr 2024 16:21:41 +0200 Subject: [PATCH 1/3] Monthly Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New dependencies changes: • Update Appcompat to 1.7.0-alpha03 • Update Browser to 1.8.0 • Update Core(-ktx) to 1.13.0-rc01 • Update Espresso-core to 3.6.0-alpha03 • Update Gradle to 8.5.0-alpha05 • Update Kotlin to 1.9.23 Others Changes: • Update versionCode to 3204 (3.2) • Update buildToolsVersion to 35.0.0-rc3 --- .github/workflows/ci.yml | 6 ++-- .github/workflows/playstore.yml | 6 ++-- .idea/kotlinc.xml | 2 +- .idea/misc.xml | 45 ++++++++++++++++++++++++ app/build.gradle.kts | 4 +-- build.gradle.kts | 2 +- gradle/libs.versions.toml | 19 +++++----- gradle/wrapper/gradle-wrapper.properties | 4 +-- 8 files changed, 66 insertions(+), 22 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6769120..8c0f762 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - uses: nttld/setup-ndk@v1 with: - ndk-version: r26c + ndk-version: r26d - name: Get Commit Message id: commitMessage @@ -92,7 +92,7 @@ jobs: signingKey: ${{ secrets.SIGNING_KEY }} keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }} keyPassword: ${{ secrets.KEY_PASSWORD }} - buildToolsVersion: 35.0.0-rc1 + buildToolsVersion: 35.0.0-rc3 - name: List files run: ls app/build/outputs/apk/release @@ -101,7 +101,7 @@ jobs: run: mv app/build/outputs/apk/release/app-release-unsigned-signed.apk app/build/outputs/apk/release/app-release.apk - name: Upload Artifact - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4 with: name: Release Artifact path: app/build/outputs/apk/release/app-release.apk diff --git a/.github/workflows/playstore.yml b/.github/workflows/playstore.yml index 87152be..e481774 100644 --- a/.github/workflows/playstore.yml +++ b/.github/workflows/playstore.yml @@ -23,7 +23,7 @@ jobs: - uses: nttld/setup-ndk@v1 with: - ndk-version: r26c + ndk-version: r26d - name: Setup JDK uses: actions/setup-java@v4 @@ -73,10 +73,10 @@ jobs: keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }} keyPassword: ${{ secrets.KEY_PASSWORD }} env: - BUILD_TOOLS_VERSION: 35.0.0-rc1 + BUILD_TOOLS_VERSION: 35.0.0-rc3 - name: Upload Artifact - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4 with: name: Artifact path: app/build/outputs/bundle/release/app-release.aab diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index 521a722..c18a1e6 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -4,6 +4,6 @@