mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update kSync
This commit is contained in:
parent
ffddd5f4f2
commit
05bafbca2a
1 changed files with 18 additions and 6 deletions
|
|
@ -5,13 +5,13 @@ Categories:
|
|||
License: GPL-3.0-only
|
||||
AuthorName: Infomaniak
|
||||
WebSite: https://www.infomaniak.com
|
||||
SourceCode: https://gitlab.com/infomaniak/android-infomaniak-sync
|
||||
SourceCode: https://github.com/Infomaniak/android-kSync
|
||||
IssueTracker: https://contact.infomaniak.com
|
||||
|
||||
AutoName: kSync
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/infomaniak/android-infomaniak-sync.git
|
||||
Repo: https://github.com/Infomaniak/android-kSync.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.3'
|
||||
|
|
@ -54,7 +54,19 @@ Builds:
|
|||
gradle:
|
||||
- free
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags ^1
|
||||
CurrentVersion: 1.5.2
|
||||
CurrentVersionCode: 27
|
||||
- versionName: 4.1.1
|
||||
versionCode: 401010002
|
||||
commit: 4.1.1
|
||||
subdir: app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- standard
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 4.1.1
|
||||
CurrentVersionCode: 401010002
|
||||
|
|
|
|||
Loading…
Reference in a new issue