mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
habsgleich - update recipe
This commit is contained in:
parent
a587810086
commit
3850b3786c
1 changed files with 4 additions and 8 deletions
|
|
@ -44,16 +44,13 @@ Builds:
|
|||
versionCode: 10802
|
||||
commit: f412a3d593df75e0bb5058f1ff21691497b2307e
|
||||
sudo:
|
||||
- echo "deb https://deb.debian.org/debian bullseye main" > /etc/apt/sources.list.d/bullseye.list
|
||||
- apt-get update
|
||||
- apt-get install npm
|
||||
- apt-get install -y -t bullseye openjdk-11-jdk-headless
|
||||
- update-java-alternatives --set java-1.11.0-openjdk-amd64
|
||||
- npm install -g npm@7.5.2
|
||||
- npm install -g cordova@11.1.0
|
||||
- apt-get install -y npm
|
||||
- npm install -g npm@9.2.0
|
||||
- npm install -g cordova@12.0.0
|
||||
output: platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
prebuild:
|
||||
- sdkmanager 'platforms;android-34' 'build-tools;30.0.3'
|
||||
- sdkmanager 'platforms;android-34' 'build-tools;34.0.0'
|
||||
- cordova platform add android
|
||||
- cordova plugin add cordova-plugin-android-permissions
|
||||
- cordova plugin add cordova-plugin-dialogs
|
||||
|
|
@ -62,7 +59,6 @@ Builds:
|
|||
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+
|
||||
|
|
|
|||
Loading…
Reference in a new issue