mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
misc fixes
This commit is contained in:
parent
b66e947dc5
commit
f531fe4835
7 changed files with 7 additions and 47 deletions
|
|
@ -13,7 +13,7 @@ AutoName: Covid Cert
|
|||
|
||||
RepoType: git
|
||||
Repo: https://github.com/admin-ch/CovidCertificate-App-Android
|
||||
Binaries: https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v%v-%c-verifier/verifier-prod-%v-%c-fdroid-signed.apk
|
||||
Binaries: https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v%v-%c-verifier/verifier-prod-%v-%c-signed-fdroid.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.2.0
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ AutoName: Covid Cert
|
|||
|
||||
RepoType: git
|
||||
Repo: https://github.com/admin-ch/CovidCertificate-App-Android
|
||||
Binaries: https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v%v-%c-wallet/wallet-prod-%v-%c-fdroid-signed.apk
|
||||
Binaries: https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v%v-%c-wallet/wallet-prod-%v-%c-signed-fdroid.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.2.0
|
||||
|
|
|
|||
|
|
@ -71,7 +71,6 @@ Builds:
|
|||
|
||||
- versionName: '1.10'
|
||||
versionCode: 12
|
||||
disable: https://github.com/wewewe718/QrAndBarcodeScanner/issues/131
|
||||
commit: da922e7b96906ec55a7437733378e850ca9262f7
|
||||
subdir: app
|
||||
sudo:
|
||||
|
|
@ -80,6 +79,7 @@ Builds:
|
|||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- fDroid
|
||||
prebuild: sed -i -e '/io.sentry.android.gradle/d' -e '/^sentry {/,/^}/d' build.gradle
|
||||
ndk: r21
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
|
|
|
|||
|
|
@ -1300,6 +1300,7 @@ Builds:
|
|||
|
||||
- versionName: 8.0.1
|
||||
versionCode: 181
|
||||
disable: https://github.com/tom-anders/Easy_xkcd/issues/292
|
||||
commit: cd917cf66e4a3161ea25d6826d04c82ac7d091bc
|
||||
subdir: app
|
||||
sudo:
|
||||
|
|
|
|||
|
|
@ -221,48 +221,6 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.3.0-alpha.0
|
||||
versionCode: 16
|
||||
commit: d79acc54576ffea396037c811281171478b78611
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.10.1
|
||||
rm:
|
||||
- app/ios
|
||||
- app/linux
|
||||
- app/macos
|
||||
- app/web
|
||||
- app/windows
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.3.0-alpha.1
|
||||
versionCode: 17
|
||||
commit: 1dca3271e79ff92b72b1f1da7a12e3635ae879bf
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.10.1
|
||||
rm:
|
||||
- app/ios
|
||||
- app/linux
|
||||
- app/macos
|
||||
- app/web
|
||||
- app/windows
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.3.0-alpha.2
|
||||
versionCode: 18
|
||||
commit: 3b73175bab5dc5356b4568309e5acf7a3c8cb636
|
||||
|
|
@ -273,7 +231,7 @@ Builds:
|
|||
- update-alternatives --auto java
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.10.1
|
||||
- flutter@2.13.0-0.1.pre
|
||||
rm:
|
||||
- app/ios
|
||||
- app/linux
|
||||
|
|
|
|||
|
|
@ -52,6 +52,7 @@ Builds:
|
|||
|
||||
- versionName: 2.2.0
|
||||
versionCode: 11
|
||||
disable: https://github.com/2bllw8/anemo/issues/22
|
||||
commit: aeb672e3363dd53a5d6bfbf5ab84b65cdacabbc6
|
||||
subdir: app
|
||||
sudo:
|
||||
|
|
|
|||
|
|
@ -166,7 +166,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
ndk: r20b
|
||||
ndk: r20
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
|
|
|
|||
Loading…
Reference in a new issue