mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
[tech.platypush.platypush] Migrated to v1.0.1 with standard Gradle build instead of AndroidJS
This commit is contained in:
parent
4f3b7b20e9
commit
fa36dfc4b6
1 changed files with 13 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue