mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-15 03:57:13 +00:00
Update MOROway to 10.3.7 (100307)
This commit is contained in:
parent
32133e2bb3
commit
368b4a53da
1 changed files with 20 additions and 2 deletions
|
|
@ -673,8 +673,26 @@ Builds:
|
|||
- node_modules/cordova-android/framework/cordova-publish.gradle
|
||||
build: cordova build android --release -- --packageType=apk
|
||||
|
||||
- versionName: 10.3.7
|
||||
versionCode: 100307
|
||||
commit: a3251fc190ebc5f45a576e3df5ee5431bddc62e6
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- apt-get update
|
||||
- apt-get install -y npm
|
||||
- npm install -g cordova
|
||||
output: platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
prebuild:
|
||||
- sdkmanager 'platforms;android-35' 'build-tools;35.0.0'
|
||||
- cordova platform add android
|
||||
scanignore:
|
||||
- moroway-app-oc/assets/3d/background-3d/background-3d.bin
|
||||
scandelete:
|
||||
- node_modules/cordova-android/framework/cordova-publish.gradle
|
||||
build: cordova build android --release -- --packageType=apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: fdroid_version.txt|.+,(\d+)|.|(.+),\d+
|
||||
CurrentVersion: 10.3.4
|
||||
CurrentVersionCode: 100304
|
||||
CurrentVersion: 10.3.7
|
||||
CurrentVersionCode: 100307
|
||||
|
|
|
|||
Loading…
Reference in a new issue