From d2cf465d2a561093034466519d289e4fdbc339e2 Mon Sep 17 00:00:00 2001 From: nain <126972030+nain-F49FF806@users.noreply.github.com> Date: Wed, 2 Oct 2024 09:39:33 +0000 Subject: [PATCH] update github release ci file update upload-artifact action version --- .github/workflows/release.yml | 2 +- app/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1ac2139..ec184e9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ jobs: ./gradlew :app:assembleRelease - name: Upload mappings if: ${{ github.event_name == 'push' }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: mappings path: "app/build/outputs/mapping/release" diff --git a/app/build.gradle.kts b/app/build.gradle.kts index f879e74..7aeff79 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -14,7 +14,7 @@ android { defaultConfig { minSdk = rootProject.extra["minSdkVersion"] as Int targetSdk = rootProject.extra["targetSdkVersion"] as Int - versionCode = 1727860000 + versionCode = 1727861000 versionName = "2024.10.02" applicationId = "alt.nainapps.aer" vectorDrawables {