mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update com.presley.fit_book & com.presley.flexify
This commit is contained in:
parent
47c132e88d
commit
d5a4eedfc0
2 changed files with 137 additions and 14 deletions
|
|
@ -2314,10 +2314,9 @@ Builds:
|
|||
- mv /home/brandon/fitbook com.presley.fit_book
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 1.0.78
|
||||
versionCode: 831
|
||||
disable: https://github.com/brandonp2412/FitBook/issues/26
|
||||
commit: 34cbf42e7f8582dd5802eba1238b7dbf6a0cd241
|
||||
- versionName: 1.0.80
|
||||
versionCode: 851
|
||||
commit: dfbfa7e783a4eebcc429bccf9d217371e65ac819
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
|
|
@ -2357,10 +2356,9 @@ Builds:
|
|||
- mv /home/brandon/fitbook com.presley.fit_book
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 1.0.78
|
||||
versionCode: 832
|
||||
disable: https://github.com/brandonp2412/FitBook/issues/26
|
||||
commit: 34cbf42e7f8582dd5802eba1238b7dbf6a0cd241
|
||||
- versionName: 1.0.80
|
||||
versionCode: 852
|
||||
commit: dfbfa7e783a4eebcc429bccf9d217371e65ac819
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
|
|
@ -2400,10 +2398,9 @@ Builds:
|
|||
- mv /home/brandon/fitbook com.presley.fit_book
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 1.0.78
|
||||
versionCode: 833
|
||||
disable: https://github.com/brandonp2412/FitBook/issues/26
|
||||
commit: 34cbf42e7f8582dd5802eba1238b7dbf6a0cd241
|
||||
- versionName: 1.0.80
|
||||
versionCode: 853
|
||||
commit: dfbfa7e783a4eebcc429bccf9d217371e65ac819
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
|
|
@ -2445,7 +2442,7 @@ Builds:
|
|||
|
||||
AllowedAPKSigningKeys: 011ee1a6e4e5ecd675f67fbf3d78ad82614a7a7a3f24ed71cc9c417154a0f0fd
|
||||
|
||||
AutoUpdateMode: None
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
VercodeOperation:
|
||||
- 10 * %c + 1
|
||||
|
|
|
|||
|
|
@ -4278,6 +4278,7 @@ Builds:
|
|||
|
||||
- versionName: 1.1.65
|
||||
versionCode: 1741
|
||||
disable: https://github.com/brandonp2412/Flexify/issues/91
|
||||
commit: 061ccc3ab8c34aa03b66023f3a6804f373f0b6a3
|
||||
submodules: true
|
||||
sudo:
|
||||
|
|
@ -4319,6 +4320,7 @@ Builds:
|
|||
|
||||
- versionName: 1.1.65
|
||||
versionCode: 1742
|
||||
disable: https://github.com/brandonp2412/Flexify/issues/91
|
||||
commit: 061ccc3ab8c34aa03b66023f3a6804f373f0b6a3
|
||||
submodules: true
|
||||
sudo:
|
||||
|
|
@ -4360,6 +4362,7 @@ Builds:
|
|||
|
||||
- versionName: 1.1.65
|
||||
versionCode: 1743
|
||||
disable: https://github.com/brandonp2412/Flexify/issues/91
|
||||
commit: 061ccc3ab8c34aa03b66023f3a6804f373f0b6a3
|
||||
submodules: true
|
||||
sudo:
|
||||
|
|
@ -4525,9 +4528,132 @@ Builds:
|
|||
- mv /home/brandon/flexify com.presley.flexify
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 1.1.83
|
||||
versionCode: 1921
|
||||
commit: 8307d499b5398f4c82554180c2a1a468d88b22f9
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y ninja-build
|
||||
- mkdir -p /home/brandon
|
||||
- chown vagrant -R /home/brandon
|
||||
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||
binary: https://github.com/brandonp2412/Flexify/releases/download/%v/app-x86_64-release.apk
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- sdkmanager 'cmake;3.18.1'
|
||||
- cd ..
|
||||
- mv com.presley.flexify /home/brandon/flexify
|
||||
- pushd /home/brandon/flexify
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter config --no-analytics
|
||||
- flutter/bin/flutter pub get
|
||||
- popd
|
||||
- mv /home/brandon/flexify com.presley.flexify
|
||||
scanignore:
|
||||
- flutter/bin/cache
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
- flutter
|
||||
build:
|
||||
- cd ..
|
||||
- mv com.presley.flexify /home/brandon/flexify
|
||||
- pushd /home/brandon/flexify
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter build apk --split-per-abi --target-platform="android-x64"
|
||||
- popd
|
||||
- mv /home/brandon/flexify com.presley.flexify
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 1.1.83
|
||||
versionCode: 1922
|
||||
commit: 8307d499b5398f4c82554180c2a1a468d88b22f9
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y ninja-build
|
||||
- mkdir -p /home/brandon
|
||||
- chown vagrant -R /home/brandon
|
||||
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||
binary: https://github.com/brandonp2412/Flexify/releases/download/%v/app-armeabi-v7a-release.apk
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- sdkmanager 'cmake;3.18.1'
|
||||
- cd ..
|
||||
- mv com.presley.flexify /home/brandon/flexify
|
||||
- pushd /home/brandon/flexify
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter config --no-analytics
|
||||
- flutter/bin/flutter pub get
|
||||
- popd
|
||||
- mv /home/brandon/flexify com.presley.flexify
|
||||
scanignore:
|
||||
- flutter/bin/cache
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
- flutter
|
||||
build:
|
||||
- cd ..
|
||||
- mv com.presley.flexify /home/brandon/flexify
|
||||
- pushd /home/brandon/flexify
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter build apk --split-per-abi --target-platform="android-arm"
|
||||
- popd
|
||||
- mv /home/brandon/flexify com.presley.flexify
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 1.1.83
|
||||
versionCode: 1923
|
||||
commit: 8307d499b5398f4c82554180c2a1a468d88b22f9
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y ninja-build
|
||||
- mkdir -p /home/brandon
|
||||
- chown vagrant -R /home/brandon
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
binary: https://github.com/brandonp2412/Flexify/releases/download/%v/app-arm64-v8a-release.apk
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- sdkmanager 'cmake;3.18.1'
|
||||
- cd ..
|
||||
- mv com.presley.flexify /home/brandon/flexify
|
||||
- pushd /home/brandon/flexify
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter config --no-analytics
|
||||
- flutter/bin/flutter pub get
|
||||
- popd
|
||||
- mv /home/brandon/flexify com.presley.flexify
|
||||
scanignore:
|
||||
- flutter/bin/cache
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
- flutter
|
||||
build:
|
||||
- cd ..
|
||||
- mv com.presley.flexify /home/brandon/flexify
|
||||
- pushd /home/brandon/flexify
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter build apk --split-per-abi --target-platform="android-arm64"
|
||||
- popd
|
||||
- mv /home/brandon/flexify com.presley.flexify
|
||||
ndk: r21e
|
||||
|
||||
AllowedAPKSigningKeys: 011ee1a6e4e5ecd675f67fbf3d78ad82614a7a7a3f24ed71cc9c417154a0f0fd
|
||||
|
||||
AutoUpdateMode: None
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
VercodeOperation:
|
||||
- 10 * %c + 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue