mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
New App: com.github.saikcaskey.pokertracker
This commit is contained in:
parent
f909b391f2
commit
9c7bb8ac84
1 changed files with 34 additions and 0 deletions
34
metadata/com.github.saikcaskey.pokertracker.yml
Normal file
34
metadata/com.github.saikcaskey.pokertracker.yml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
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
|
||||
Loading…
Reference in a new issue