mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
pretixSCAN: 1.11.9
This commit is contained in:
parent
4456ba72a1
commit
aac0a55e42
5 changed files with 37 additions and 10 deletions
|
|
@ -140,17 +140,36 @@ Builds:
|
||||||
- yes
|
- yes
|
||||||
output: build/outputs/apk/pretix/release/app-pretix-release-unsigned.apk
|
output: build/outputs/apk/pretix/release/app-pretix-release-unsigned.apk
|
||||||
|
|
||||||
- versionName: 1.9.2
|
- versionName: 1.11.9
|
||||||
versionCode: 35
|
versionCode: 56
|
||||||
disable: JARs in pretixscan/libpretixui-repo
|
commit: v1.11.9
|
||||||
commit: 1.9.2
|
|
||||||
subdir: pretixscan/app
|
subdir: pretixscan/app
|
||||||
submodules: true
|
submodules: true
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- pretix
|
||||||
output: build/outputs/apk/pretix/release/app-pretix-release-unsigned.apk
|
srclibs:
|
||||||
|
- saki4510t-libcommon@2.12.4
|
||||||
|
- covpass-android@v-1.38.0
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e 's|maven.pkg.github.com/Digitaler-Impfnachweis/covpass-android|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: None
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 1.11.9
|
CurrentVersion: 1.11.9
|
||||||
CurrentVersionCode: 56
|
CurrentVersionCode: 56
|
||||||
|
|
|
||||||
|
|
@ -5,4 +5,3 @@ Subdir: framework
|
||||||
|
|
||||||
Prepare: |
|
Prepare: |
|
||||||
sed -i 's/Google Inc\.:Google APIs:/android-/' project.properties
|
sed -i 's/Google Inc\.:Google APIs:/android-/' project.properties
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,5 +2,3 @@ RepoType: git
|
||||||
Repo: https://github.com/Countly/countly-sdk-android.git
|
Repo: https://github.com/Countly/countly-sdk-android.git
|
||||||
|
|
||||||
Subdir: sdk
|
Subdir: sdk
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
6
srclibs/covpass-android.yml
Normal file
6
srclibs/covpass-android.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/Digitaler-Impfnachweis/covpass-android.git
|
||||||
|
|
||||||
|
Prepare: |
|
||||||
|
rm -rf app*
|
||||||
|
rm -rf common*
|
||||||
5
srclibs/saki4510t-libcommon.yml
Normal file
5
srclibs/saki4510t-libcommon.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/saki4510t/libcommon
|
||||||
|
|
||||||
|
Prepare: |
|
||||||
|
rm -rf repository
|
||||||
Loading…
Reference in a new issue