[tech.platypush.platypush] Migrated to v1.0.1 with standard Gradle build instead of AndroidJS

This commit is contained in:
Fabio Manganiello 2021-05-06 20:18:04 +00:00 committed by Izzy
parent 4f3b7b20e9
commit fa36dfc4b6

View file

@ -40,10 +40,17 @@ Builds:
- npm install
- androidjs build --release
MaintainerNotes: |-
This is an Android JS based app.
- versionName: 1.0.1
versionCode: 1000100
commit: v1.0.1
subdir: app
gradle:
- yes
Install dependencies:
MaintainerNotes: |-
v1.0.0 is an Android JS based app, while the standard Gradle build applies to v1.0.1 and higher.
Install dependencies on v1.0.0:
- sudo apt-get install -y npm
- npm install -g androidjs
@ -58,7 +65,6 @@ MaintainerNotes: |-
- npm run build:release
AutoUpdateMode: Version v%v
UpdateCheckMode: HTTP
UpdateCheckData: https://git.platypush.tech/platypush/platypush-app/-/raw/master/package.json|"version-code":\s*(\d+)|.|"version":\s*"([\d.]+)"
CurrentVersion: 1.0.0
CurrentVersionCode: 1000032
UpdateCheckMode: Tags v\d+\.\d+\.\d+
CurrentVersion: 1.0.1
CurrentVersionCode: 1000100