mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update Mightier Amp to 1.0.6 (49)
This commit is contained in:
parent
80c1925e77
commit
3a2e16a1d6
1 changed files with 29 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue