mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
new app: Diconfinement (com.confinement.diconfinement)
This commit is contained in:
parent
d3816388fd
commit
024ff88651
1 changed files with 31 additions and 0 deletions
31
metadata/com.confinement.diconfinement.yml
Normal file
31
metadata/com.confinement.diconfinement.yml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
Categories:
|
||||
- Science & Education
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Antoine FLINOIS
|
||||
SourceCode: https://github.com/Flinou/Dico
|
||||
IssueTracker: https://github.com/Flinou/Dico/issues
|
||||
Changelog: https://github.com/Flinou/Dico/releases
|
||||
|
||||
AutoName: Diconfinement
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Flinou/Dico
|
||||
|
||||
Builds:
|
||||
- versionName: '7.2'
|
||||
versionCode: 15
|
||||
commit: v7.2
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
gradleprops:
|
||||
- android.useAndroidX=true
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '7.2'
|
||||
CurrentVersionCode: 15
|
||||
Loading…
Reference in a new issue