From 0e6729e60d2aa8fe9b61ca06aadddf3f8bd78c34 Mon Sep 17 00:00:00 2001 From: Mikhalchuk Grigoriy <31949421+Grigoriym@users.noreply.github.com> Date: Sat, 20 Apr 2024 12:55:46 +0200 Subject: [PATCH] release v1.0-5 (#95) * release v1.0-5 * remove release_pr --- .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 0b5365d0..fc7dd659 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,7 +65,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: release-artifacts - paths: | + path: | app/build/outputs/apl/release/ app/build/outputs/bundle/release/ diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 054f3e1d..9cf797b7 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -17,7 +17,7 @@ android { applicationId = "com.grappim.hateitorrateit" minSdk = libs.versions.minSdk.get().toInt() targetSdk = libs.versions.targetSdk.get().toInt() - versionCode = 4 + versionCode = 5 versionName = "1.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"