mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
misc fixes
This commit is contained in:
parent
13b4a1758d
commit
13de7da526
5 changed files with 12 additions and 2 deletions
|
|
@ -330,6 +330,7 @@ Builds:
|
|||
|
||||
- versionName: 4.1.0
|
||||
versionCode: 4010000
|
||||
disable: https://github.com/admin-ch/CovidCertificate-App-Android/issues/409
|
||||
commit: 9c08ffbe849284a97a89a80efb296d44f02e1a44
|
||||
subdir: wallet
|
||||
sudo:
|
||||
|
|
|
|||
|
|
@ -235,7 +235,7 @@ Builds:
|
|||
- update-alternatives --auto java
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.5.3
|
||||
- flutter@2.10.5
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
|
|
|
|||
|
|
@ -236,6 +236,10 @@ Builds:
|
|||
versionCode: 203
|
||||
commit: 8683a2c6cb394775b7523acc3ea3af66c8d42992
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
|
|
|
|||
|
|
@ -28,12 +28,16 @@ Builds:
|
|||
versionCode: 18
|
||||
commit: cbf3e54d5e35f5768df2675a4cf9d5ce65fd3390
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
scanignore:
|
||||
- dictionaries/*_emoji.combined.gz
|
||||
- dictionaries/*_wordlist.combined.gz
|
||||
ndk: r21d
|
||||
ndk: r21e
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
|
|
|
|||
|
|
@ -180,6 +180,7 @@ Builds:
|
|||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/bintray/d' ../build.gradle
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[\d.]+$
|
||||
|
|
|
|||
Loading…
Reference in a new issue