Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
AkosPaha01 committed Feb 22, 2024
1 parent e6773c0 commit f808f0f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit f808f0f

Please sign in to comment.