mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
Update Hidroly to 1.3.1 (73)
This commit is contained in:
parent
5ddaae62eb
commit
4cd63c3886
1 changed files with 76 additions and 2 deletions
|
|
@ -222,6 +222,80 @@ Builds:
|
|||
- popd
|
||||
- mv /tmp/build com.om1cael.hidroly
|
||||
|
||||
- versionName: 1.3.1
|
||||
versionCode: 72
|
||||
commit: 9c58a60ceb84510d0fe606fe24300fa1f0cda5ac
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-armeabi-v7a-fdroid-release.apk
|
||||
binary: https://github.com/om1cael/hidroly/releases/download/v%v/app-armeabi-v7a-fdroid-release.apk
|
||||
rm:
|
||||
- ios
|
||||
- macos
|
||||
- linux
|
||||
- windows
|
||||
- web
|
||||
prebuild:
|
||||
- cd ..
|
||||
- mv com.om1cael.hidroly /tmp/build
|
||||
- pushd /tmp/build/
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ./flutter/bin/flutter config --no-analytics
|
||||
- ./flutter/bin/flutter pub get
|
||||
- sed -i -e 's/8.12.1/8.11.1/' .pub-cache/hosted/pub.dev/{shared_preferences,sqflite,url_launcher}_android-*/android/build.gradle
|
||||
- popd
|
||||
- mv /tmp/build com.om1cael.hidroly
|
||||
scanignore:
|
||||
- ./flutter/bin/cache
|
||||
scandelete:
|
||||
- ./flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- cd ..
|
||||
- mv com.om1cael.hidroly /tmp/build
|
||||
- pushd /tmp/build/
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ./flutter/bin/flutter build apk --target-platform=android-arm --split-per-abi
|
||||
--flavor fdroid
|
||||
- popd
|
||||
- mv /tmp/build com.om1cael.hidroly
|
||||
|
||||
- versionName: 1.3.1
|
||||
versionCode: 73
|
||||
commit: 9c58a60ceb84510d0fe606fe24300fa1f0cda5ac
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-fdroid-release.apk
|
||||
binary: https://github.com/om1cael/hidroly/releases/download/v%v/app-arm64-v8a-fdroid-release.apk
|
||||
rm:
|
||||
- ios
|
||||
- macos
|
||||
- linux
|
||||
- windows
|
||||
- web
|
||||
prebuild:
|
||||
- cd ..
|
||||
- mv com.om1cael.hidroly /tmp/build
|
||||
- pushd /tmp/build/
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ./flutter/bin/flutter config --no-analytics
|
||||
- ./flutter/bin/flutter pub get
|
||||
- sed -i -e 's/8.12.1/8.11.1/' .pub-cache/hosted/pub.dev/{shared_preferences,sqflite,url_launcher}_android-*/android/build.gradle
|
||||
- popd
|
||||
- mv /tmp/build com.om1cael.hidroly
|
||||
scanignore:
|
||||
- ./flutter/bin/cache
|
||||
scandelete:
|
||||
- ./flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- cd ..
|
||||
- mv com.om1cael.hidroly /tmp/build
|
||||
- pushd /tmp/build/
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ./flutter/bin/flutter build apk --target-platform=android-arm64 --split-per-abi
|
||||
--flavor fdroid
|
||||
- popd
|
||||
- mv /tmp/build com.om1cael.hidroly
|
||||
|
||||
AllowedAPKSigningKeys: ecd93b0e9444d2f2ad985d35031ba0c9ab2b1708dc9b4e6ae73915135945efa0
|
||||
|
||||
AutoUpdateMode: Version
|
||||
|
|
@ -230,5 +304,5 @@ VercodeOperation:
|
|||
- 10*%c + 2
|
||||
- 10*%c + 3
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.2.1
|
||||
CurrentVersionCode: 53
|
||||
CurrentVersion: 1.3.1
|
||||
CurrentVersionCode: 73
|
||||
|
|
|
|||
Loading…
Reference in a new issue