mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Update koyu.space app
This commit is contained in:
parent
b14d50a227
commit
d5315ee6fc
1 changed files with 26 additions and 10 deletions
|
|
@ -1,13 +1,18 @@
|
|||
Categories:
|
||||
- Internet
|
||||
License: CC0-1.0
|
||||
SourceCode: https://git.koyu.space/koyu/koyuspace-app
|
||||
IssueTracker: https://git.koyu.space/koyu/koyuspace-app/issues
|
||||
Changelog: https://git.koyu.space/koyu/koyuspace-app/releases
|
||||
LiberapayID: '28700'
|
||||
License: GPL-3.0-only
|
||||
AuthorName: koyu.space
|
||||
AuthorWebSite: https://koyu.space
|
||||
SourceCode: https://github.com/koyuspace/android-native
|
||||
IssueTracker: https://github.com/koyuspace/android-native/issues
|
||||
Changelog: https://github.com/koyuspace/android-native/releases
|
||||
Donate: https://creapaid.com/koyuspace
|
||||
|
||||
AutoName: koyu.space
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/koyuspace/android-native
|
||||
|
||||
Builds:
|
||||
- versionName: '1.2'
|
||||
versionCode: 1200
|
||||
|
|
@ -44,9 +49,20 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 1.4.0
|
||||
CurrentVersionCode: 1400
|
||||
- versionName: '3.3'
|
||||
versionCode: 3300
|
||||
commit: 3a34a6ccf4fcac1e6f97690e561b94999062ec9f
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- husky
|
||||
- blue
|
||||
|
||||
NoSourceSince: 1.4.0
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckName: Ignore
|
||||
CurrentVersion: '3.3'
|
||||
CurrentVersionCode: 3300
|
||||
|
|
|
|||
Loading…
Reference in a new issue