File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Server deployment steps:
2
2
1) Adjust version number
3
- 2) Use Launcher to upload new version
4
- 3) Go to app engine dashboard -> versions -> activate latest
3
+ 2) Use gcloud app deploy to upload new version (there's a deploy.bat)
4
+ 3) Go to app engine dashboard -> versions -> activate latest (this is now automatic I think?)
5
5
6
6
Android deployment steps:
7
7
1) Update version number
8
8
2) Commit, test, yada yada
9
- 3) Sign APK and zipalign using wizard: IDEA -> Build -> Generate signed SDK -> next next next
9
+ 3) Sign APK and zipalign using wizard: IDEA -> Build -> Generate signed APK -> next next next
10
10
4) Test signed APK
11
11
5) Create tag: git tag -a v1.2 -m "Version 1.2" ; git push --tags
12
12
6) Go to https://play.google.com/apps/publish
You can’t perform that action at this time.
0 commit comments