mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
new app: ReallyBasicVocab
This commit is contained in:
parent
2dc5cccfd6
commit
a9d40d31cc
1 changed files with 28 additions and 0 deletions
28
metadata/de.herrmann_engel.rbv.yml
Normal file
28
metadata/de.herrmann_engel.rbv.yml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
Categories:
|
||||
- Science & Education
|
||||
License: Apache-2.0
|
||||
AuthorName: Jonathan Herrmann-Engel
|
||||
SourceCode: https://github.com/jonathanherrmannengel/vocabapp
|
||||
IssueTracker: https://github.com/jonathanherrmannengel/vocabapp/issues
|
||||
|
||||
AutoName: ReallyBasicVocab
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/jonathanherrmannengel/vocabapp
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.0
|
||||
versionCode: 37
|
||||
commit: v1.0.0
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.0.0
|
||||
CurrentVersionCode: 37
|
||||
Loading…
Reference in a new issue