Skip to content

Commit

Permalink
Prepare for release v1.0-6
Browse files Browse the repository at this point in the history
  • Loading branch information
Grigoriym committed Apr 20, 2024
1 parent 0e6729e commit 1639320
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
build:
permissions: write-all
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
env:
Expand All @@ -24,6 +25,8 @@ jobs:
ENCODED_STRING_D: ${{ secrets.HIOR_KEYSTORE_D }}

GOOGLE_SERVICES_JSON: ${{ secrets.GOOGLE_SERVICES_JSON }}

GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- name: Set up Java 17
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 = 5
versionCode = 6
versionName = "1.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 1639320

Please sign in to comment.