←Older revision | Revision as of 07:04, 26 September 2015 | ||
Line 1: | Line 1: | ||
Time to upgrade old [[MineSweeper]] on [[wikipedia:Google Play|Google Play]] store with new version! Today's [[I]] did it. The steps are actually still the same as a year ago. Here are the notes, useful for me and others who would consider publishing [[DukeScript]] app there: | Time to upgrade old [[MineSweeper]] on [[wikipedia:Google Play|Google Play]] store with new version! Today's [[I]] did it. The steps are actually still the same as a year ago. Here are the notes, useful for me and others who would consider publishing [[DukeScript]] app there: | ||
- | [[MineSweeper]] is now hosted on a [[GitHub]] and the version used before releasing was [https://github.com/jtulach/minesweeper/commit/ | + | [[MineSweeper]] is now hosted on a [[GitHub]] and the version used before releasing was [https://github.com/jtulach/minesweeper/commit/8bcb365e5b2e6d63dce15d4453b030c16a3dbb4 8bcb365]. Then it was necessary to just apply these changes: |
<source lang="diff"> | <source lang="diff"> | ||
Line 22: | Line 22: | ||
</source> | </source> | ||
- | The final state of the repository, ready for [[GooglePlay]] upload is recorded as [https://github.com/jtulach/minesweeper/commit/35a46c493118026abe5ea2dfc702e746b624cbb0 | + | The final state of the repository, ready for [[GooglePlay]] upload is recorded as [https://github.com/jtulach/minesweeper/commit/35a46c493118026abe5ea2dfc702e746b624cbb0 35a46c4] changeset. After applying the patch following commands were executed: |
<source lang="bash"> | <source lang="bash"> |