mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Update: com.jeroen1602.lighthouse_pm to 1.3.0+10
This commit is contained in:
parent
11bc99dc0b
commit
98cb23ee58
1 changed files with 30 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ Changelog: https://github.com/jeroen1602/lighthouse_pm/blob/HEAD/CHANGELOG.md
|
|||
AutoName: Lighthouse PM
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/jeroen1602/lighthouse_pm
|
||||
Repo: https://github.com/jeroen1602/lighthouse_pm.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.1.2
|
||||
|
|
@ -55,8 +55,35 @@ Builds:
|
|||
- $$flutter$$/bin/flutter packages pub run build_runner build
|
||||
build: $$flutter$$/bin/flutter build apk --no-obfuscate --release
|
||||
|
||||
- versionName: 1.3.0
|
||||
versionCode: 10
|
||||
commit: 196663e861a92a166b92e17e946b69c857b2ba61
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
output: build/app/outputs/flutter-apk/app-defaultversion-release.apk
|
||||
srclibs:
|
||||
- flutter@3.16.3
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- web
|
||||
- test
|
||||
- local_assets
|
||||
- scripts
|
||||
prebuild:
|
||||
- echo "flutter.sdk=$$flutter$$" >> android/local.properties
|
||||
- $$flutter$$/bin/flutter config --suppress-analytics --enable-android
|
||||
- $$flutter$$/bin/flutter doctor --suppress-analytics
|
||||
- $$flutter$$/bin/dart pub get
|
||||
- $$flutter$$/bin/dart run build_runner build
|
||||
build: $$flutter$$/bin/flutter build apk --no-obfuscate --release --flavor=defaultVersion
|
||||
--dart-define=includeGooglePlayInAppPurchases=false --dart-define=includeSupportButtons=true
|
||||
--dart-define=includeSupportPage=true --dart-define=includePaypal=true --dart-define=includeGithubSponsor=true
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.2.0
|
||||
CurrentVersionCode: 8
|
||||
CurrentVersion: 1.3.0
|
||||
CurrentVersionCode: 10
|
||||
|
|
|
|||
Loading…
Reference in a new issue