Update Mightier Amp to 1.0.6 (49)

This commit is contained in:
F-Droid checkupdates bot 2023-07-22 10:03:20 +00:00
parent 80c1925e77
commit 3a2e16a1d6

View file

@ -170,8 +170,35 @@ Builds:
- $$flutter$$/bin/flutter build apk --release
ndk: r21
- versionName: 1.0.6
versionCode: 49
commit: f7d282553063f4ae30213c301b030bd51aa26103
patch:
- remove_youtube_sentry_support_29.diff
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@3.7.7
rm:
- ios
- linux
- web
- windows
prebuild:
- sed -i -e '/INTERNET/d' -e '/ACCESS_NETWORK_STATE/d' android/app/src/main/AndroidManifest.xml
- sed -i -e '/^ sentry:/,/^ version:/d' -e '/^ sentry_flutter:/,/^ version:/d'
pubspec.lock
- sed -i -e '/sentry_flutter/d' pubspec.yaml
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter config --no-analytics
scandelete:
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --release
ndk: r21
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.0.5
CurrentVersionCode: 48
CurrentVersion: 1.0.6
CurrentVersionCode: 49