Skip to content

Commit

Permalink
Prepare for 6.0.0-rc12
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWoitaschek committed Jul 29, 2022
1 parent 31592f4 commit 0c0a1b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- run: echo $SIGNING_KEYSTORE_GITHUB | base64 --decode > signing/github/signing.keystore
- run: echo $SIGNING_PROPERTIES_GITHUB | base64 --decode > signing/github/signing.properties
- run: echo $GOOGLE_SERVICES | base64 --decode > app/google-services.json
- run: ./gradlew app:publishReleaseBundle -PenableCrashlytics --no-configuration-cache
- run: ./gradlew app:publishReleaseBundle -PenableCrashlytics -Pvoice.signing.play=true --no-configuration-cache
- run: ./gradlew app:assembleRelease -PenableCrashlytics -Pvoice.signing.play=false --no-configuration-cache

- name: Github Release
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
versionCode = "3060375"
versionName = "6.0.0-rc11"
versionCode = "3060376"
versionName = "6.0.0-rc12"

sdk-compile = "32"
sdk-min = "24"
Expand Down

0 comments on commit 0c0a1b8

Please sign in to comment.