From 7d35fa1009d75e02db91346412d37e333a13fd54 Mon Sep 17 00:00:00 2001 From: Christian Grigis Date: Wed, 26 May 2021 11:48:38 +0200 Subject: [PATCH] Add version based on SwissCovid 1.5.0 --- metadata/ch.corona.tracing.yml | 35 +++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/metadata/ch.corona.tracing.yml b/metadata/ch.corona.tracing.yml index 1e834acf48..42c708bdbe 100644 --- a/metadata/ch.corona.tracing.yml +++ b/metadata/ch.corona.tracing.yml @@ -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