mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Update Tabletop Tools to 1.9 (10)
This commit is contained in:
parent
12a04215d5
commit
09e85b3a9e
1 changed files with 14 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ SourceCode: https://github.com/mueller-ma/TabletopTools
|
|||
IssueTracker: https://github.com/mueller-ma/TabletopTools/issues
|
||||
Changelog: https://github.com/mueller-ma/TabletopTools/releases
|
||||
|
||||
AutoName: Tabletop tools
|
||||
AutoName: Tabletop Tools
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/mueller-ma/TabletopTools.git
|
||||
|
|
@ -94,7 +94,18 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.9'
|
||||
versionCode: 10
|
||||
commit: 12b5b341cbcbf2797306233a121a3057b827641f
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.8'
|
||||
CurrentVersionCode: 9
|
||||
CurrentVersion: '1.9'
|
||||
CurrentVersionCode: 10
|
||||
|
|
|
|||
Loading…
Reference in a new issue