We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbc76e1 commit 69523c3Copy full SHA for 69523c3
2 files changed
.github/workflows/deploy.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Create service_account.json
52
run: echo '${{ secrets.SERVICE_ACCOUNT_JSON }}' > service_account.json
53
54
- - name: Deploy to Alpha
+ - name: Deploy to production
55
uses: r0adkll/upload-google-play@v1
56
with:
57
serviceAccountJson: service_account.json
gradle.properties
@@ -16,8 +16,8 @@ org.gradle.daemon=true
16
17
# BuildConfig
18
app.morestuff.debug=true
19
-app.morestuff.versionName=0.9.0
20
-app.morestuff.versionCode=47
+app.morestuff.versionName=0.9.1
+app.morestuff.versionCode=48
21
22
# Deeplinks
23
app.morestuff.scheme=app.morestuff
0 commit comments