mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Update MOROway to 10.1.1 (100101)
This commit is contained in:
parent
ea98c6b969
commit
37ebc81ae5
1 changed files with 20 additions and 2 deletions
|
|
@ -565,8 +565,26 @@ Builds:
|
|||
- node_modules/cordova-android/framework/cordova-publish.gradle
|
||||
build: cordova build android --release -- --packageType=apk
|
||||
|
||||
- versionName: 10.1.1
|
||||
versionCode: 100101
|
||||
commit: d6465d4368d05ae6b2a839b8eea7031709694608
|
||||
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-33' 'build-tools;34.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.1.0
|
||||
CurrentVersionCode: 100100
|
||||
CurrentVersion: 10.1.1
|
||||
CurrentVersionCode: 100101
|
||||
|
|
|
|||
Loading…
Reference in a new issue