mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-23 15:46:07 +00:00
53 lines
1.2 KiB
YAML
53 lines
1.2 KiB
YAML
Categories:
|
|
- Internet
|
|
License: GPL-3.0-only
|
|
AuthorName: Arne-Brün Vogelsang
|
|
AuthorEmail: arne@monocles.de
|
|
WebSite: https://monocles.de/more/
|
|
SourceCode: https://codeberg.org/Arne/monocles_browser
|
|
IssueTracker: https://codeberg.org/Arne/monocles_browser/issues
|
|
Changelog: https://codeberg.org/Arne/monocles_browser/releases
|
|
Donate: https://monocles.de/more/#donation-section
|
|
|
|
AutoName: monocles browser
|
|
|
|
RepoType: git
|
|
Repo: https://codeberg.org/Arne/monocles_browser.git
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: v1.0
|
|
subdir: app
|
|
gradle:
|
|
- standard
|
|
|
|
- versionName: '1.1'
|
|
versionCode: 2
|
|
commit: v1.1
|
|
subdir: app
|
|
gradle:
|
|
- standard
|
|
|
|
- versionName: '1.2'
|
|
versionCode: 3
|
|
commit: 59df7dd012ed3ece3d1ca384672b41cd694d5abd
|
|
subdir: app
|
|
gradle:
|
|
- standard
|
|
|
|
- versionName: '1.4'
|
|
versionCode: 5
|
|
commit: 539b9198bf26f09e83ac19853d0bf2463950cc1b
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update || apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- standard
|
|
|
|
AutoUpdateMode: Version v%v
|
|
UpdateCheckMode: Tags v\d+\.\d+(\.\d+)?
|
|
CurrentVersion: '1.4'
|
|
CurrentVersionCode: 5
|