mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Add version based on SwissCovid 1.5.0
This commit is contained in:
parent
f82ffb2cbb
commit
7d35fa1009
1 changed files with 34 additions and 1 deletions
|
|
@ -63,11 +63,44 @@ Builds:
|
|||
gradleprops:
|
||||
- versionNoGaen=+nogaen-2
|
||||
|
||||
- versionName: 1.5.0+nogaen-3
|
||||
versionCode: 15000
|
||||
commit: nogaen-3
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- prod
|
||||
srclibs:
|
||||
- kotlinx-coroutines@1.4.1
|
||||
- dp3t-sdk@nogaen-3
|
||||
rm:
|
||||
- app/testKeystore
|
||||
build:
|
||||
- pushd $$kotlinx-coroutines$$
|
||||
- JDK_16=$( dirname $( realpath $( which java ) ) )/.. ./gradlew kotlinx-coroutines-play-services:assemble
|
||||
- popd
|
||||
- pushd $$dp3t-sdk$$/dp3t-sdk
|
||||
- mkdir -p ./sdk/libs
|
||||
- cp $$kotlinx-coroutines$$/integration/kotlinx-coroutines-play-services/build/libs/kotlinx-coroutines-play-services-1.4.1-SNAPSHOT.jar
|
||||
./sdk/libs/
|
||||
- ./gradlew assembleProdRelease -PversionNoGaen=+nogaen-3
|
||||
- popd
|
||||
- mkdir -p ./libs
|
||||
- cp $$dp3t-sdk$$/dp3t-sdk/sdk/build/outputs/aar/sdk-production-release.aar
|
||||
./libs/
|
||||
- cp $$kotlinx-coroutines$$/integration/kotlinx-coroutines-play-services/build/libs/kotlinx-coroutines-play-services-1.4.1-SNAPSHOT.jar
|
||||
./libs/
|
||||
gradleprops:
|
||||
- versionNoGaen=+nogaen-3
|
||||
|
||||
MaintainerNotes: |-
|
||||
There is a lint error during the build phase that has not yet been worked out.
|
||||
It is currently ignored and should have no consequence on the app.
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags nogaen-\d+$
|
||||
CurrentVersion: 1.5.0
|
||||
CurrentVersion: 1.5.0+nogaen-3
|
||||
CurrentVersionCode: 15000
|
||||
|
|
|
|||
Loading…
Reference in a new issue