Initial version for LibreCHovid

This commit is contained in:
cgrigis 2021-04-28 13:03:49 +00:00 committed by Marcus
parent 3a3861a4ff
commit 3238bfc488
2 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,38 @@
Categories:
- Sports & Health
License: MPL-2.0
SourceCode: https://github.com/c4dt/dp3t-app-android-ch/
IssueTracker: https://github.com/c4dt/dp3t-app-android-ch/issues
RepoType: git
Repo: https://github.com/c4dt/dp3t-app-android-ch/
Builds:
- versionName: 1.3.1+nogaen-1
versionCode: 13010
commit: nogaen-1
subdir: app
gradle:
- prod
srclibs:
- dp3t-sdk@nogaen-1
rm:
- app/testKeystore
build:
- pushd $$dp3t-sdk$$/dp3t-sdk
- ./gradlew assembleProdRelease -PversionNoGaen=+nogaen-1
- popd
- mkdir -p ./libs
- cp $$dp3t-sdk$$/dp3t-sdk/sdk/build/outputs/aar/sdk-production-release.aar
./libs/
gradleprops:
- versionNoGaen=+nogaen-1
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.3.1+nogaen-1
CurrentVersionCode: 13010

2
srclibs/dp3t-sdk.yml Normal file
View file

@ -0,0 +1,2 @@
RepoType: git
Repo: https://github.com/c4dt/dp3t-sdk-android/