mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Merge branch 'new_app_com.jeroen1602.lighthouse_pm' into 'master'
New app com.jeroen1602.lighthouse_pm See merge request fdroid/fdroiddata!8441
This commit is contained in:
commit
b58a327b76
1 changed files with 43 additions and 0 deletions
43
metadata/com.jeroen1602.lighthouse_pm.yml
Normal file
43
metadata/com.jeroen1602.lighthouse_pm.yml
Normal file
|
|
@ -0,0 +1,43 @@
|
||||||
|
Categories:
|
||||||
|
- Connectivity
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
AuthorName: Jeroen1602
|
||||||
|
SourceCode: https://github.com/jeroen1602/lighthouse_pm
|
||||||
|
IssueTracker: https://github.com/jeroen1602/lighthouse_pm/issues
|
||||||
|
Changelog: https://github.com/jeroen1602/lighthouse_pm/blob/HEAD/CHANGELOG.md
|
||||||
|
|
||||||
|
AutoName: Lighthouse Powermanagement
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/jeroen1602/lighthouse_pm
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.1.2
|
||||||
|
versionCode: 7
|
||||||
|
commit: 1.1.2+7
|
||||||
|
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@1.22.6
|
||||||
|
rm:
|
||||||
|
- ios
|
||||||
|
- test
|
||||||
|
- local_assets
|
||||||
|
prebuild:
|
||||||
|
- echo "flutter.sdk=$$flutter$$" >> android/local.properties
|
||||||
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
- $$flutter$$/bin/flutter doctor --suppress-analytics
|
||||||
|
- $$flutter$$/bin/flutter packages pub get
|
||||||
|
- $$flutter$$/bin/flutter packages pub run build_runner build
|
||||||
|
build:
|
||||||
|
- cd android
|
||||||
|
- cp $$flutter$$/bin/cache/artifacts/gradle_wrapper/gradlew ./
|
||||||
|
- cp $$flutter$$/bin/cache/artifacts/gradle_wrapper/gradle/wrapper/gradle-wrapper.jar
|
||||||
|
./gradle/wrapper/gradle-wrapper.jar
|
||||||
|
- ./gradlew assemble
|
||||||
|
- cd ../
|
||||||
|
- $$flutter$$/bin/flutter build apk --shrink --no-obfuscate --release
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v+%c
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 1.1.2
|
||||||
|
CurrentVersionCode: 7
|
||||||
Loading…
Reference in a new issue