mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update wger to 1.4.1 (25)
This commit is contained in:
parent
8ffe32238f
commit
4cd95ca704
1 changed files with 26 additions and 2 deletions
|
|
@ -34,8 +34,32 @@ Builds:
|
|||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.4.1
|
||||
versionCode: 25
|
||||
commit: 15f0203036875cc82075a902f1a161ec6bb8417d
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.5.3
|
||||
prebuild:
|
||||
- echo "flutter.sdk=$$flutter$$" >> android/local.properties
|
||||
- wget -O /tmp/cmdline-tools.zip -t 5 "https://dl.google.com/android/repository/commandlinetools-linux-7583922_latest.zip"
|
||||
- echo "124f2d5115eee365df6cf3228ffbca6fc3911d16f8025bebd5b1c6e2fcfa7faf /tmp/cmdline-tools.zip" |
|
||||
sha256sum -c -
|
||||
- unzip -q -o /tmp/cmdline-tools.zip -d /tmp/cmdline-tools
|
||||
- rm /tmp/cmdline-tools.zip
|
||||
- mkdir -p ${ANDROID_SDK_ROOT}/cmdline-tools/tools
|
||||
- mv /tmp/cmdline-tools/cmdline-tools/* ${ANDROID_SDK_ROOT}/cmdline-tools/tools
|
||||
|| true
|
||||
- export PATH=${ANDROID_SDK_ROOT}/cmdline-tools/tools/bin:${PATH}
|
||||
- yes | sdkmanager --licenses
|
||||
- sdkmanager "build-tools;30.0.3" "build-tools;31.0.0" "platforms;android-31"
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.4.0
|
||||
CurrentVersionCode: 24
|
||||
CurrentVersion: 1.4.1
|
||||
CurrentVersionCode: 25
|
||||
|
|
|
|||
Loading…
Reference in a new issue