mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Update Mill to 1.1.24 (2090)
This commit is contained in:
parent
a35711e974
commit
4bf4165cbd
1 changed files with 34 additions and 2 deletions
|
|
@ -921,6 +921,7 @@ Builds:
|
|||
|
||||
- versionName: 1.1.17
|
||||
versionCode: 2060
|
||||
disable: AI to freeze when the move list is too long.
|
||||
commit: 8fbda21cd44d24cc5b64741e74de35a0bd937c62
|
||||
output: src/ui/flutter_app/build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||
srclibs:
|
||||
|
|
@ -948,6 +949,7 @@ Builds:
|
|||
|
||||
- versionName: 1.1.18
|
||||
versionCode: 2067
|
||||
disable: AI to freeze when the move list is too long.
|
||||
commit: d0815c2ea28ebdb5887bc92064ceaa24aaca5300
|
||||
output: src/ui/flutter_app/build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||
srclibs:
|
||||
|
|
@ -975,6 +977,7 @@ Builds:
|
|||
|
||||
- versionName: 1.1.19
|
||||
versionCode: 2070
|
||||
disable: AI to freeze when the move list is too long.
|
||||
commit: cacbe6198b485fae000dec92d95ae0c8668c7839
|
||||
output: src/ui/flutter_app/build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||
srclibs:
|
||||
|
|
@ -1002,6 +1005,7 @@ Builds:
|
|||
|
||||
- versionName: 1.1.20
|
||||
versionCode: 2075
|
||||
disable: AI to freeze when the move list is too long.
|
||||
commit: a8222d87f3f0b75bef35e44cad53b0a6bf9cf422
|
||||
output: src/ui/flutter_app/build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||
srclibs:
|
||||
|
|
@ -1029,6 +1033,7 @@ Builds:
|
|||
|
||||
- versionName: 1.1.21
|
||||
versionCode: 2077
|
||||
disable: AI to freeze when the move list is too long.
|
||||
commit: 3c7df55e0506c1ea992553e0338cab4f740b1d2d
|
||||
output: src/ui/flutter_app/build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||
srclibs:
|
||||
|
|
@ -1108,6 +1113,33 @@ Builds:
|
|||
- flutter config --no-analytics
|
||||
- flutter build apk -v --flavor fdroid
|
||||
|
||||
- versionName: 1.1.24
|
||||
versionCode: 2090
|
||||
commit: 8054e4b486b32c23cdba13aa24ca13a97986121b
|
||||
output: src/ui/flutter_app/build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@2.2.3
|
||||
rm:
|
||||
- ci
|
||||
- src/perfect
|
||||
- src/test
|
||||
- src/ui/flutter_app/ios
|
||||
- src/ui/flutter_app/windows
|
||||
- src/ui/flutter_app/test
|
||||
- src/ui/qt
|
||||
- resources
|
||||
- tests
|
||||
prebuild:
|
||||
- cd src/ui/flutter_app/android/app
|
||||
- rm build.gradle
|
||||
- mv build.gradle_fdroid build.gradle
|
||||
build:
|
||||
- export PATH=$$flutter$$/bin:$PATH
|
||||
- ./flutter-init.sh
|
||||
- cd src/ui/flutter_app
|
||||
- flutter config --no-analytics
|
||||
- flutter build apk -v --flavor fdroid
|
||||
|
||||
MaintainerNotes: |-
|
||||
Builds will fail when the srclib ref of flutter and the version with which
|
||||
upstream has been built with differ.
|
||||
|
|
@ -1116,5 +1148,5 @@ MaintainerNotes: |-
|
|||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: src/ui/flutter_app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.1.23
|
||||
CurrentVersionCode: 2086
|
||||
CurrentVersion: 1.1.24
|
||||
CurrentVersionCode: 2090
|
||||
|
|
|
|||
Loading…
Reference in a new issue