diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2d178c..ef02223 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 + uses: actions/upload-artifact@v4.3.1 with: name: Debug Artifact path: app/build/outputs/apk/release/app-release.apk diff --git a/.github/workflows/playstore.yml b/.github/workflows/playstore.yml index 940409f..e020fc6 100644 --- a/.github/workflows/playstore.yml +++ b/.github/workflows/playstore.yml @@ -77,7 +77,7 @@ jobs: BUILD_TOOLS_VERSION: '35.0.0-rc1' - name: Upload Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v4.3.1 with: name: Artifact path: app/build/outputs/bundle/release/app-release.aab diff --git a/app/build.gradle.kts b/app/build.gradle.kts index b2cd603..9b74829 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -22,8 +22,8 @@ android { applicationId = "de.dertyp7214.rboardimetester" minSdk = 23 targetSdk = 34 - versionCode = 119 - versionName = "1.1.9" + versionCode = 120 + versionName = "1.2.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"