mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 21:57:22 +00:00
Update wuxialearn to 1.3.3 (163)
This commit is contained in:
parent
ec9c9e0cd6
commit
9bc927db2b
1 changed files with 74 additions and 2 deletions
|
|
@ -444,6 +444,78 @@ Builds:
|
||||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||||
|
|
||||||
|
- versionName: 1.3.3
|
||||||
|
versionCode: 161
|
||||||
|
commit: 6a6457afdfdcfb32f998da230c745a2eef328c38
|
||||||
|
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@stable
|
||||||
|
rm:
|
||||||
|
- ios
|
||||||
|
- linux
|
||||||
|
- macos
|
||||||
|
- web
|
||||||
|
- windows
|
||||||
|
prebuild:
|
||||||
|
- flutterVersion=$(cat flutter-version.txt)
|
||||||
|
- '[[ $flutterVersion ]] || exit 1'
|
||||||
|
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- $$flutter$$/bin/flutter pub get
|
||||||
|
scandelete:
|
||||||
|
- .pub-cache
|
||||||
|
build:
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
|
||||||
|
|
||||||
|
- versionName: 1.3.3
|
||||||
|
versionCode: 162
|
||||||
|
commit: 6a6457afdfdcfb32f998da230c745a2eef328c38
|
||||||
|
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@stable
|
||||||
|
rm:
|
||||||
|
- ios
|
||||||
|
- linux
|
||||||
|
- macos
|
||||||
|
- web
|
||||||
|
- windows
|
||||||
|
prebuild:
|
||||||
|
- flutterVersion=$(cat flutter-version.txt)
|
||||||
|
- '[[ $flutterVersion ]] || exit 1'
|
||||||
|
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- $$flutter$$/bin/flutter pub get
|
||||||
|
scandelete:
|
||||||
|
- .pub-cache
|
||||||
|
build:
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm"
|
||||||
|
|
||||||
|
- versionName: 1.3.3
|
||||||
|
versionCode: 163
|
||||||
|
commit: 6a6457afdfdcfb32f998da230c745a2eef328c38
|
||||||
|
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@stable
|
||||||
|
rm:
|
||||||
|
- ios
|
||||||
|
- linux
|
||||||
|
- macos
|
||||||
|
- web
|
||||||
|
- windows
|
||||||
|
prebuild:
|
||||||
|
- flutterVersion=$(cat flutter-version.txt)
|
||||||
|
- '[[ $flutterVersion ]] || exit 1'
|
||||||
|
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- $$flutter$$/bin/flutter pub get
|
||||||
|
scandelete:
|
||||||
|
- .pub-cache
|
||||||
|
build:
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
VercodeOperation:
|
VercodeOperation:
|
||||||
|
|
@ -451,5 +523,5 @@ VercodeOperation:
|
||||||
- '%c * 10 + 2'
|
- '%c * 10 + 2'
|
||||||
- '%c * 10 + 3'
|
- '%c * 10 + 3'
|
||||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 1.3.0
|
CurrentVersion: 1.3.3
|
||||||
CurrentVersionCode: 143
|
CurrentVersionCode: 163
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue