mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
Update Canta to 1.3.0 (73)
This commit is contained in:
parent
7ef8b39a4f
commit
d2e54246d0
1 changed files with 116 additions and 2 deletions
|
|
@ -357,6 +357,120 @@ Builds:
|
|||
- mv $repo/Canta org.samo_lego.canta
|
||||
- cd org.samo_lego.canta
|
||||
|
||||
- versionName: 1.3.0
|
||||
versionCode: 71
|
||||
commit: b000bc20c8efab8ad5314743c22cb35516cd1f59
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
- mkdir -p /home/runner/
|
||||
- chown vagrant /home/runner/
|
||||
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||
binary: https://github.com/samolego/Canta/releases/download/%v/app-armeabi-v7a-release.apk
|
||||
srclibs:
|
||||
- flutter@3.13.6
|
||||
prebuild:
|
||||
- export repo=/home/runner/work/Canta
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv org.samo_lego.canta $repo/Canta
|
||||
- pushd $repo/Canta
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- popd
|
||||
- mv $repo/Canta org.samo_lego.canta
|
||||
- cd org.samo_lego.canta
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/home/runner/work/Canta
|
||||
- cd ..
|
||||
- mv org.samo_lego.canta $repo/Canta
|
||||
- pushd $repo/Canta
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm"
|
||||
- popd
|
||||
- mv $repo/Canta org.samo_lego.canta
|
||||
- cd org.samo_lego.canta
|
||||
|
||||
- versionName: 1.3.0
|
||||
versionCode: 72
|
||||
commit: b000bc20c8efab8ad5314743c22cb35516cd1f59
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
- mkdir -p /home/runner/
|
||||
- chown vagrant /home/runner/
|
||||
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||
binary: https://github.com/samolego/Canta/releases/download/%v/app-x86_64-release.apk
|
||||
srclibs:
|
||||
- flutter@3.13.6
|
||||
prebuild:
|
||||
- export repo=/home/runner/work/Canta
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv org.samo_lego.canta $repo/Canta
|
||||
- pushd $repo/Canta
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- popd
|
||||
- mv $repo/Canta org.samo_lego.canta
|
||||
- cd org.samo_lego.canta
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/home/runner/work/Canta
|
||||
- cd ..
|
||||
- mv org.samo_lego.canta $repo/Canta
|
||||
- pushd $repo/Canta
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
|
||||
- popd
|
||||
- mv $repo/Canta org.samo_lego.canta
|
||||
- cd org.samo_lego.canta
|
||||
|
||||
- versionName: 1.3.0
|
||||
versionCode: 73
|
||||
commit: b000bc20c8efab8ad5314743c22cb35516cd1f59
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
- mkdir -p /home/runner/
|
||||
- chown vagrant /home/runner/
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
binary: https://github.com/samolego/Canta/releases/download/%v/app-arm64-v8a-release.apk
|
||||
srclibs:
|
||||
- flutter@3.13.6
|
||||
prebuild:
|
||||
- export repo=/home/runner/work/Canta
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv org.samo_lego.canta $repo/Canta
|
||||
- pushd $repo/Canta
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- popd
|
||||
- mv $repo/Canta org.samo_lego.canta
|
||||
- cd org.samo_lego.canta
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/home/runner/work/Canta
|
||||
- cd ..
|
||||
- mv org.samo_lego.canta $repo/Canta
|
||||
- pushd $repo/Canta
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
- popd
|
||||
- mv $repo/Canta org.samo_lego.canta
|
||||
- cd org.samo_lego.canta
|
||||
|
||||
AllowedAPKSigningKeys: 0a2640317c43272188c3e13194c15460691f12c39ea19bba727dd67fb56289d4
|
||||
|
||||
AutoUpdateMode: Version
|
||||
|
|
@ -366,5 +480,5 @@ VercodeOperation:
|
|||
- 10 * %c + 2
|
||||
- 10 * %c + 3
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.2.1
|
||||
CurrentVersionCode: 63
|
||||
CurrentVersion: 1.3.0
|
||||
CurrentVersionCode: 73
|
||||
|
|
|
|||
Loading…
Reference in a new issue