mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Really Basic Vocab: change license, add website, update app
This commit is contained in:
parent
e7d5630867
commit
281101ba83
1 changed files with 15 additions and 3 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
Categories:
|
Categories:
|
||||||
- Science & Education
|
- Science & Education
|
||||||
License: Apache-2.0
|
License: GPL-3.0-only
|
||||||
AuthorName: Jonathan Herrmann-Engel
|
AuthorName: Jonathan Herrmann-Engel
|
||||||
|
WebSite: https://herrmann-engel.de/projekte/rbv/
|
||||||
SourceCode: https://github.com/jonathanherrmannengel/vocabapp
|
SourceCode: https://github.com/jonathanherrmannengel/vocabapp
|
||||||
IssueTracker: https://github.com/jonathanherrmannengel/vocabapp/issues
|
IssueTracker: https://github.com/jonathanherrmannengel/vocabapp/issues
|
||||||
|
|
||||||
|
|
@ -88,7 +89,18 @@ Builds:
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
|
||||||
|
- versionName: 2.1.0
|
||||||
|
versionCode: 51
|
||||||
|
commit: a3a2978473aea05e4d47903892b9095a358556f7
|
||||||
|
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
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 2.0.1
|
CurrentVersion: 2.1.0
|
||||||
CurrentVersionCode: 49
|
CurrentVersionCode: 51
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue