Skip to content

Commit

Permalink
release: set our release channel to beta now
Browse files Browse the repository at this point in the history
support branch builds should not clobber alpha releases, alpha
releases go to alpha first every time, but the builds from this
branch should start on beta
  • Loading branch information
mikehardy committed Aug 27, 2023
1 parent 0175604 commit 4d75fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AnkiDroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ android {

play {
serviceAccountCredentials.set(file("${homePath}/src/AnkiDroid-GCP-Publish-Credentials.json"))
track.set('alpha')
track.set('beta')
}
amazon {
securityProfile = file("${homePath}/src/AnkiDroid-Amazon-Publish-Security-Profile.json")
Expand Down

0 comments on commit 4d75fb7

Please sign in to comment.