mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-15 02:31:42 +00:00
42 lines
1 KiB
YAML
42 lines
1 KiB
YAML
Categories:
|
|
- Time
|
|
License: MIT
|
|
AuthorName: DrMaxNix
|
|
AuthorEmail: contact@drmaxnix.de
|
|
AuthorWebSite: https://www.drmaxnix.de
|
|
WebSite: https://birthdaycountdown.drmaxnix.de/
|
|
SourceCode: https://github.com/DrMaxNix/birthdaycountdown
|
|
IssueTracker: https://github.com/DrMaxNix/birthdaycountdown/issues
|
|
|
|
AutoName: Birthday Countdown
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/DrMaxNix/birthdaycountdown.git
|
|
|
|
Builds:
|
|
- versionName: 1.0.0
|
|
versionCode: 1
|
|
commit: v1.0.0
|
|
subdir: android-app/app
|
|
sudo:
|
|
- apt-get update || apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.1.0
|
|
versionCode: 2
|
|
commit: b50bf67c7055f82e7474fad51c77b75821c6f764
|
|
subdir: android-app/app
|
|
sudo:
|
|
- apt-get update || apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags .*[0-9]$
|
|
CurrentVersion: 1.1.0
|
|
CurrentVersionCode: 2
|