mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Add SDCardStoryTeller
This commit is contained in:
parent
c118e466ba
commit
42c54a68b0
1 changed files with 31 additions and 0 deletions
31
metadata/com.sdcardstoryteller.yml
Normal file
31
metadata/com.sdcardstoryteller.yml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: MPL-2.0
|
||||
AuthorName: Fred Par
|
||||
SourceCode: https://github.com/fparrel/SDCardStoryTeller
|
||||
IssueTracker: https://github.com/fparrel/SDCardStoryTeller/issues
|
||||
|
||||
AutoName: SDCard StoryTeller
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/fparrel/SDCardStoryTeller.git
|
||||
Binaries: https://github.com/fparrel/SDCardStoryTeller/releases/download/%v/app-release-unsigned-signed.apk
|
||||
|
||||
Builds:
|
||||
- versionName: '1.2'
|
||||
versionCode: 3
|
||||
commit: 28c6e3fc8bd0bcc05ba94c4b4f9de93f6b347707
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AllowedAPKSigningKeys: 9b17f5b2ae84d8913fb84c1585ac78c7cd778edab0a14a0d4e11551600a029b0
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.2'
|
||||
CurrentVersionCode: 3
|
||||
Loading…
Reference in a new issue