mirror of
https://gitlab.com/fdroid/fdroiddata.git
synced 2025-11-13 23:46:04 +01:00
40 lines
916 B
YAML
40 lines
916 B
YAML
Categories:
|
|
- Password & 2FA
|
|
- Security
|
|
License: GPL-3.0-only
|
|
AuthorName: Bernhard Rauch
|
|
SourceCode: https://github.com/mathfactory/mooltifill-android
|
|
IssueTracker: https://github.com/mathfactory/mooltifill-android/issues
|
|
|
|
AutoName: Mooltifill
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/mathfactory/mooltifill-android.git
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: v1.0
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- mathfactory
|
|
|
|
- versionName: '1.1'
|
|
versionCode: 2
|
|
commit: e0835d72ae4629f69f42ba5af9b550c168f4983f
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- mathfactory
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '1.1'
|
|
CurrentVersionCode: 2
|