mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
ausweisapp2: update build env and remove merged patch
This commit is contained in:
parent
a3accd0ecc
commit
2a96d75891
1 changed files with 7 additions and 11 deletions
|
|
@ -361,13 +361,11 @@ Builds:
|
|||
- apt-get update
|
||||
- apt-get install -y cmake -t bullseye-backports
|
||||
- apt-get install -y build-essential ccache g++ make maven ninja-build
|
||||
patch:
|
||||
- 1.26.7-smart.patch
|
||||
output: build/dist/AusweisApp2-$$VERSION$$-armeabi-v7a.apk
|
||||
output: build/dist/AusweisApp-$$VERSION$$-armeabi-v7a.apk
|
||||
rm:
|
||||
- test/fixture
|
||||
- resources/packaging/macos
|
||||
prebuild: sdkmanager "cmdline-tools;9.0" "build-tools;33.0.2" "platforms;android-33"
|
||||
prebuild: sdkmanager "cmdline-tools;11.0" "build-tools;34.0.0" "platforms;android-34"
|
||||
scandelete:
|
||||
- resources/packaging/android/build.gradle.append.aar
|
||||
build:
|
||||
|
|
@ -383,7 +381,7 @@ Builds:
|
|||
- make -j$(nproc)
|
||||
- make install
|
||||
- make apk
|
||||
ndk: r25c
|
||||
ndk: r26b
|
||||
|
||||
- versionName: 2.0.0
|
||||
versionCode: 125
|
||||
|
|
@ -393,13 +391,11 @@ Builds:
|
|||
- apt-get update
|
||||
- apt-get install -y cmake -t bullseye-backports
|
||||
- apt-get install -y build-essential ccache g++ make maven ninja-build
|
||||
patch:
|
||||
- 1.26.7-smart.patch
|
||||
output: build/dist/AusweisApp2-$$VERSION$$-arm64-v8a.apk
|
||||
output: build/dist/AusweisApp-$$VERSION$$-arm64-v8a.apk
|
||||
rm:
|
||||
- test/fixture
|
||||
- resources/packaging/macos
|
||||
prebuild: sdkmanager "cmdline-tools;9.0" "build-tools;33.0.2" "platforms;android-33"
|
||||
prebuild: sdkmanager "cmdline-tools;11.0" "build-tools;34.0.0" "platforms;android-34"
|
||||
scandelete:
|
||||
- resources/packaging/android/build.gradle.append.aar
|
||||
build:
|
||||
|
|
@ -416,13 +412,13 @@ Builds:
|
|||
- make -j$(nproc)
|
||||
- make install
|
||||
- make apk
|
||||
ndk: r25c
|
||||
ndk: r26b
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: HTTP
|
||||
VercodeOperation:
|
||||
- 0 + %c
|
||||
- 1 + %c
|
||||
UpdateCheckData: https://appl.governikus-asp.de/ausweisapp2/apk/AusweisApp2-armeabi-v7a.apk.dump|versionCode='(\d+)'|.|versionName='([\d.]+)'
|
||||
UpdateCheckData: https://appl.governikus-asp.de/ausweisapp2/apk/AusweisApp-armeabi-v7a.apk.dump|versionCode='(\d+)'|.|versionName='([\d.]+)'
|
||||
CurrentVersion: 2.0.0
|
||||
CurrentVersionCode: 125
|
||||
|
|
|
|||
Loading…
Reference in a new issue