mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Merge branch 'regexcross' into 'master'
Newapp: Regex Crossword Closes rfp#1098 See merge request fdroid/fdroiddata!6235
This commit is contained in:
commit
1aaf99b013
1 changed files with 26 additions and 0 deletions
26
metadata/de.chagemann.regexcrossword.yml
Normal file
26
metadata/de.chagemann.regexcrossword.yml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: Apache-2.0
|
||||
AuthorName: Carsten Hagemann Apps
|
||||
AuthorEmail: regex-crossword@chagemann.de
|
||||
SourceCode: https://gitlab.com/carstenhag/regex-crossword-kotlin
|
||||
IssueTracker: https://gitlab.com/carstenhag/regex-crossword-kotlin/issues
|
||||
|
||||
AutoName: Regex Crossword
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/carstenhag/regex-crossword-kotlin.git
|
||||
|
||||
Builds:
|
||||
- versionName: 2.4.4
|
||||
versionCode: 24
|
||||
commit: v2.4.4
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/play {/,+5d' -e '/com.github.triplet.play/d' build.gradle
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.4.4
|
||||
CurrentVersionCode: 24
|
||||
Loading…
Reference in a new issue