mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 18:21:42 +00:00
Update Box Stacker to 1.5.9-1 (1050901)
This commit is contained in:
parent
3f58b48dea
commit
0d81b2e678
1 changed files with 20 additions and 2 deletions
|
|
@ -57,10 +57,28 @@ Builds:
|
||||||
- cordova/node_modules/cordova-android/framework/cordova-publish.gradle
|
- cordova/node_modules/cordova-android/framework/cordova-publish.gradle
|
||||||
build: cordova build android --release -- --packageType=apk
|
build: cordova build android --release -- --packageType=apk
|
||||||
|
|
||||||
|
- versionName: 1.5.9-1
|
||||||
|
versionCode: 1050901
|
||||||
|
disable: https://gitlab.com/box-stacker/box-stacker-mobile/-/issues/1
|
||||||
|
commit: 56895a88c86a94630033a6433667afaeebd8eb00
|
||||||
|
subdir: cordova
|
||||||
|
sudo:
|
||||||
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install npm
|
||||||
|
- npm install -g cordova
|
||||||
|
output: platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk
|
||||||
|
prebuild:
|
||||||
|
- sdkmanager 'platforms;android-34' 'build-tools;34.0.0'
|
||||||
|
- cordova platform add android
|
||||||
|
scandelete:
|
||||||
|
- cordova/node_modules/cordova-android/framework/cordova-publish.gradle
|
||||||
|
build: cordova build android --release -- --packageType=apk
|
||||||
|
|
||||||
AllowedAPKSigningKeys: f79e14acebf2bf19f843f12522a0d363f39942e8a7f8951d576aae1662766c81
|
AllowedAPKSigningKeys: f79e14acebf2bf19f843f12522a0d363f39942e8a7f8951d576aae1662766c81
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
UpdateCheckData: cordova/config.xml|android-versionCode="(\d+)"|.|version="([-\d.]+)"
|
UpdateCheckData: cordova/config.xml|android-versionCode="(\d+)"|.|version="([-\d.]+)"
|
||||||
CurrentVersion: 1.5.9-0
|
CurrentVersion: 1.5.9-1
|
||||||
CurrentVersionCode: 1050900
|
CurrentVersionCode: 1050901
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue