mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
blink_comparison - disable all versions
This commit is contained in:
parent
417e828e9b
commit
8830a97870
1 changed files with 8 additions and 4 deletions
|
|
@ -21,6 +21,7 @@ Repo: https://github.com/proninyaroslav/blink-comparison.git
|
|||
Builds:
|
||||
- versionName: 1.0.1
|
||||
versionCode: 2
|
||||
disable: https://gitlab.com/fdroid/fdroiddata/-/issues/3410
|
||||
commit: 1.0.1
|
||||
sudo:
|
||||
- apt-get update
|
||||
|
|
@ -35,6 +36,7 @@ Builds:
|
|||
|
||||
- versionName: 1.0.2
|
||||
versionCode: 3
|
||||
disable: https://gitlab.com/fdroid/fdroiddata/-/issues/3410
|
||||
commit: 8848e596b3101ba4067fed3429e31610a5d5d80f
|
||||
sudo:
|
||||
- apt-get update
|
||||
|
|
@ -49,6 +51,7 @@ Builds:
|
|||
|
||||
- versionName: 1.1.0
|
||||
versionCode: 4
|
||||
disable: https://gitlab.com/fdroid/fdroiddata/-/issues/3410
|
||||
commit: e7bbb4a076b78614ade8791e84936a80e96f43af
|
||||
sudo:
|
||||
- apt-get update
|
||||
|
|
@ -63,6 +66,7 @@ Builds:
|
|||
|
||||
- versionName: 1.1.1
|
||||
versionCode: 5
|
||||
disable: https://gitlab.com/fdroid/fdroiddata/-/issues/3410
|
||||
commit: f5841c3c59f3f8b828fd7713959ee92387d05e73
|
||||
sudo:
|
||||
- apt-get update
|
||||
|
|
@ -77,8 +81,8 @@ Builds:
|
|||
|
||||
- versionName: 1.2.0
|
||||
versionCode: 5061
|
||||
disable: https://gitlab.com/fdroid/fdroiddata/-/issues/3410
|
||||
commit: 1.2.0
|
||||
disable: https://gitlab.com/fdroid/fdroidclient/-/issues/2882
|
||||
output: build/app/outputs/flutter-apk/app-armeabi-v7a-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
|
|
@ -102,8 +106,8 @@ Builds:
|
|||
|
||||
- versionName: 1.2.0
|
||||
versionCode: 5062
|
||||
disable: https://gitlab.com/fdroid/fdroiddata/-/issues/3410
|
||||
commit: 1.2.0
|
||||
disable: https://gitlab.com/fdroid/fdroidclient/-/issues/2882
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
|
|
@ -127,8 +131,8 @@ Builds:
|
|||
|
||||
- versionName: 1.2.0
|
||||
versionCode: 5063
|
||||
disable: https://gitlab.com/fdroid/fdroiddata/-/issues/3410
|
||||
commit: 1.2.0
|
||||
disable: https://gitlab.com/fdroid/fdroidclient/-/issues/2882
|
||||
output: build/app/outputs/flutter-apk/app-x86_64-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
|
|
@ -150,7 +154,7 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --flavor fdroid --target-platform="android-x64"
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: HTTP
|
||||
VercodeOperation:
|
||||
- '%c + 1'
|
||||
|
|
|
|||
Loading…
Reference in a new issue