Update: com.jeroen1602.lighthouse_pm to 1.3.0+10

This commit is contained in:
Jeroen 2023-12-08 16:00:51 +00:00 committed by Licaon_Kter
parent 11bc99dc0b
commit 98cb23ee58

View file

@ -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