Skip to content

Commit

Permalink
Merge pull request #2 from wiiznokes/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
wiiznokes authored Feb 28, 2024
2 parents 4e871c6 + 1b192d2 commit 1a0f259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
env:
KEY_ALIAS: ${{ secrets.KEY_ALIAS }}
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
STORE_PASSWORD: ${{ secrets.STORE_PASSWORD }}
STORE_PASSWORD: ${{ secrets.KEY_PASSWORD }}
run: |
./gradlew assembleRelease
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ work-runtime = "2.9.0"
compose-bom = "2024.02.01"
accompanist = "0.34.0"
reimagined-navigation = "1.5.0"
about-libraries = "10.10.0"
about-libraries = "11.1.0"
markdown = "0.6.1"
document-file = "1.0.1"
junit-ktx = "1.1.5"
Expand Down

0 comments on commit 1a0f259

Please sign in to comment.