mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update pretixSCAN to 1.13.1 (62)
This commit is contained in:
parent
d5be16faec
commit
65410b9a71
1 changed files with 36 additions and 2 deletions
|
|
@ -239,7 +239,41 @@ Builds:
|
||||||
- gradle publishToMavenLocal
|
- gradle publishToMavenLocal
|
||||||
- popd
|
- popd
|
||||||
|
|
||||||
|
- versionName: 1.13.1
|
||||||
|
versionCode: 62
|
||||||
|
commit: f494ede91adb13535e93db0ac826295e8ce4eb61
|
||||||
|
subdir: pretixscan/app
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y openjdk-11-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
gradle:
|
||||||
|
- pretix
|
||||||
|
srclibs:
|
||||||
|
- saki4510t-libcommon@2.12.4
|
||||||
|
- covpass-android@v-1.165.6
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e 's|maven.pkg.github.com/Digitaler-Impfnachweis/covpass-android|jitpack.io|'
|
||||||
|
-e 's|maven.pkg.github.com/ehn-dcc-development/*|jitpack.io|' -i -e '/repositories
|
||||||
|
{/a mavenLocal()' ../build.gradle
|
||||||
|
- sed -i -e "s/(project(':libuvccamera'))/('com.github.raphaelm.UVCCamera:libuvccamera:53d043fea2')
|
||||||
|
{exclude group:'com.serenegiant',module:'common'}/" -i -e "s/(project(':usbCameraCommon'))/('com.github.raphaelm.UVCCamera:usbCameraCommon:53d043fea2')
|
||||||
|
{exclude group:'com.serenegiant',module:'common'}/" -i -e '/maven {/,/^ }/d'
|
||||||
|
-i -e '/repositories {/a mavenLocal()' ../libpretixui-repo/libpretixui-android/build.gradle
|
||||||
|
scandelete:
|
||||||
|
- pretixscan/libpretixui-repo
|
||||||
|
build:
|
||||||
|
- pushd $$saki4510t-libcommon$$/common
|
||||||
|
- gradle uploadArchives
|
||||||
|
- popd
|
||||||
|
- mv $$saki4510t-libcommon$$/repository/com/serenegiant/common/2.12.4/common-2.12.4.aar
|
||||||
|
../libpretixui-repo/common/common.aar
|
||||||
|
- pushd $$covpass-android$$
|
||||||
|
- gradle publishToMavenLocal
|
||||||
|
- popd
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 1.12.2
|
CurrentVersion: 1.13.1
|
||||||
CurrentVersionCode: 60
|
CurrentVersionCode: 62
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue