mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Update Party UP! dbg to 1.6.0 (10600)
This commit is contained in:
parent
2eaa01a978
commit
e643593dbe
1 changed files with 14 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ SourceCode: https://github.com/9001/party-up
|
|||
IssueTracker: https://github.com/9001/party-up/issues
|
||||
Changelog: https://github.com/9001/party-up/releases
|
||||
|
||||
AutoName: Party UP!
|
||||
AutoName: Party UP! dbg
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/9001/party-up
|
||||
|
|
@ -35,7 +35,18 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.6.0
|
||||
versionCode: 10600
|
||||
commit: 448b02d672000cdd7911c505c5a0ce1fc0a508b3
|
||||
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%v
|
||||
UpdateCheckMode: Tags ^v[0-9\.]+$
|
||||
CurrentVersion: 1.5.0
|
||||
CurrentVersionCode: 10500
|
||||
CurrentVersion: 1.6.0
|
||||
CurrentVersionCode: 10600
|
||||
|
|
|
|||
Loading…
Reference in a new issue