mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-15 03:57:13 +00:00
34 lines
1.2 KiB
YAML
34 lines
1.2 KiB
YAML
Categories:
|
|
- Finance Manager
|
|
- Money
|
|
License: MIT
|
|
AuthorName: SaikCaskey
|
|
SourceCode: https://github.com/saikcaskey/pokertracker
|
|
IssueTracker: https://github.com/saikcaskey/pokertracker/issues
|
|
Changelog: https://github.com/saikcaskey/pokertracker/releases
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/saikcaskey/pokertracker.git
|
|
|
|
Builds:
|
|
- versionName: 0.1.1
|
|
versionCode: 2
|
|
commit: 98bd3e9eec497dc7b9f404c6b48ea38efe8aa2d8
|
|
subdir: app
|
|
sudo:
|
|
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
|
- apt-get update
|
|
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
prebuild: sed -i -e '/signingConfig =/d' ../build-logic/convention/src/main/java/com/github/saikcaskey/pokertracker/build_logic/convention/plugins/ModuleAppConventionPlugin.kt
|
|
scandelete:
|
|
- build-logic/convention/build
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
UpdateCheckData: build-logic/convention/src/main/java/com/github/saikcaskey/pokertracker/build_logic/convention/plugins/ModuleAppConventionPlugin.kt|versionCode
|
|
= (\d+)|.|versionName = "(.+)"
|
|
CurrentVersion: 0.1.1
|
|
CurrentVersionCode: 2
|