Skip to content

Commit

Permalink
new android release
Browse files Browse the repository at this point in the history
  • Loading branch information
asoltys committed Jan 17, 2019
1 parent ce42942 commit b2cc349
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="org.althea" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="org.althea" version="0.1.7" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Althea</name>
<description>
The Althea Router Dashboard
Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "PORT=3005 react-scripts start",
"start-prod": "cross-env NODE_ENV=production electron electron.js",
"build": "react-scripts build && rm build/static/**/*.map && cp electron.js build",
"package-android": "cordova build android",
"package-android": "cordova build android --release",
"package-ios": "cordova build ios --release --buildFlag=\"-useModernBuildSystem=0\"",
"package-linux": "electron-packager build althea --platform=linux --arch=x64 --icon=public/icons/png/1024x1024.png --prune=true",
"package-mac": "electron-packager build althea --osx-sign.identity=\"Mac Developer: Adam Soltys (256XBSY5HB)\" --overwrite --platform=darwin --arch=x64 --icon=public/icons/mac/althea.icns --prune=true",
Expand Down Expand Up @@ -79,5 +79,9 @@
"android",
"ios"
]
},
"dependencies": {
"cordova-android": "~7.1.1",
"cordova-ios": "^4.5.5"
}
}
}

0 comments on commit b2cc349

Please sign in to comment.