mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Update Custom Uploader to 1.4.2 (12)
This commit is contained in:
parent
46683c3f3b
commit
8d1028059b
1 changed files with 37 additions and 2 deletions
|
|
@ -252,10 +252,45 @@ Builds:
|
|||
- mv $repo/custom_uploader com.nyx.custom_uploader
|
||||
ndk: r26b
|
||||
|
||||
- versionName: 1.4.2
|
||||
versionCode: 12
|
||||
commit: 0bffe5f1dad7a4b2b53a50d5027c6ff69f6cff4b
|
||||
submodules: true
|
||||
sudo:
|
||||
- mkdir -p /home/sawyer/AndroidStudioProjects
|
||||
- chown vagrant -R /home/sawyer/AndroidStudioProjects
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
prebuild:
|
||||
- cd ..
|
||||
- export repo=/home/sawyer/AndroidStudioProjects
|
||||
- mv com.nyx.custom_uploader $repo/custom_uploader
|
||||
- pushd $repo/custom_uploader
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter config --no-analytics
|
||||
- flutter/bin/flutter packages pub get
|
||||
- popd
|
||||
- mv $repo/custom_uploader com.nyx.custom_uploader
|
||||
scanignore:
|
||||
- flutter/bin/cache
|
||||
scandelete:
|
||||
- flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- cd ..
|
||||
- export repo=/home/sawyer/AndroidStudioProjects
|
||||
- mv com.nyx.custom_uploader $repo/custom_uploader
|
||||
- pushd $repo/custom_uploader
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter pub run build_runner build -d
|
||||
- flutter/bin/flutter build apk --release
|
||||
- popd
|
||||
- mv $repo/custom_uploader com.nyx.custom_uploader
|
||||
ndk: r26b
|
||||
|
||||
AllowedAPKSigningKeys: c0d4c4793aa5a005016d46b0fd8be47f213a5faad55e1532791b1158fcf6a18f
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.4.1
|
||||
CurrentVersionCode: 11
|
||||
CurrentVersion: 1.4.2
|
||||
CurrentVersionCode: 12
|
||||
|
|
|
|||
Loading…
Reference in a new issue