Skip to content

Commit

Permalink
release v1.0-5 (#95)
Browse files Browse the repository at this point in the history
* release v1.0-5

* remove release_pr
  • Loading branch information
Grigoriym authored Apr 20, 2024
1 parent b377e87 commit 0e6729e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0e6729e

Please sign in to comment.