File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 72
72
id : buildRelease
73
73
run : ./gradlew bundleRelease
74
74
75
+ - name : Save signed aab
76
+ uses : actions/upload-artifact@v4
77
+ if : ${{ always() }} # IMPORTANT: Upload reports regardless of status
78
+ with :
79
+ name : signed-aab
80
+ path : app/build/outputs/bundle
81
+
75
82
- name : Create service_account.json
76
83
id : create-service-account
77
84
run : echo '${{ secrets.SERVICE_ACCOUT_JSON }}' > service_account.json
92
99
serviceAccountJson : service_account.json
93
100
packageName : com.cray.software.justreminder
94
101
releaseFiles : ${{ steps.sign-free.outputs.signedReleaseFile }}
95
- track : alpha
102
+ track : production
103
+ # changesNotSentForReview: true
96
104
97
105
- name : Sign Pro AAB
98
106
id : sign-pro
@@ -110,4 +118,4 @@ jobs:
110
118
serviceAccountJson : service_account.json
111
119
packageName : com.cray.software.justreminderpro
112
120
releaseFiles : ${{ steps.sign-pro.outputs.signedReleaseFile }}
113
- track : alpha
121
+ track : production
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ android {
22
22
applicationId = " com.cray.software.justreminder"
23
23
minSdk = libs.versions.minSdk.get().toInt()
24
24
targetSdk = libs.versions.targetSdk.get().toInt()
25
- versionCode = 324
26
- versionName = " 9.5.0 "
25
+ versionCode = 327
26
+ versionName = " 9.5.1 "
27
27
multiDexEnabled = true
28
28
renderscriptTargetApi = 23
29
29
renderscriptSupportModeEnabled = true
You can’t perform that action at this time.
0 commit comments