Skip to content
Snippets Groups Projects
Commit 3db12092 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Bumped version and Android publish documentation

parent 0962795c
No related branches found
No related tags found
No related merge requests found
......@@ -156,6 +156,32 @@ emulator -avd Pixel_3a_API_30_x86 -wipe-data
Replace your emulator name with the example above
## Android publishing
Before building, signing and publishing, make sure you bump the version in `package.json`
```json
{
"name": "vipsobservationapp",
"version": "0.9.7",
"private": true,
"description": "The Field Pest Observation App for VIPS users",
"author": "Tor-Einar Skog <tor-einar.skog@nibio.no>",
"scripts": {
"build": "node build/build.js",
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'",
"start": "npm run dev"
},
```
...and in config.xml
```xml
<?xml version='1.0' encoding='utf-8'?>
<widget id="no.nibio.vips.observation" version="0.9.7"
xmlns="http://www.w3.org/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:cdv="http://cordova.apache.org/ns/1.0">
```
### Notes and docs
[Developer account for Google Play](https://play.google.com/console/)
......
<?xml version='1.0' encoding='utf-8'?>
<widget id="no.nibio.vips.observation" version="0.9.6"
<widget id="no.nibio.vips.observation" version="0.9.7"
xmlns="http://www.w3.org/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:cdv="http://cordova.apache.org/ns/1.0">
......
{
"name": "vipsobservationapp",
"version": "0.9.6",
"version": "0.9.7",
"private": true,
"description": "The Field Pest Observation App for VIPS users",
"author": "Tor-Einar Skog <tor-einar.skog@nibio.no>",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment