Skip to content

Commit

Permalink
Release v9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arkon committed Jul 28, 2024
1 parent 24a8315 commit da4db95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ jobs:

- name: Publish to Google Play
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'LiveTL/android'
uses: r0adkll/upload-google-play@v1.1.3
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJsonPlainText: ${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT_JSON }}
packageName: com.livetl.android
releaseFile: ${{ env.SIGNED_RELEASE_FILE }}
# mappingFile: app/build/outputs/mapping/playstoreRelease/mapping.txt
releaseFiles: ${{ env.SIGNED_RELEASE_FILE }}
mappingFile: app/build/outputs/mapping/playstoreRelease/mapping.txt
track: ${{ env.GOOGLE_PLAY_TRACK }}
whatsNewDirectory: distribution/whatsnew
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 = appPackageName
minSdk = 26
targetSdk = 34
versionCode = 300
versionName = "9.0.0-beta01"
versionCode = 301
versionName = "9.0.0"
}

buildFeatures {
Expand Down

0 comments on commit da4db95

Please sign in to comment.