mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Merge branch 'ocr' into 'master'
Newapp: OCR Closes rfp#1283 See merge request fdroid/fdroiddata!8183
This commit is contained in:
commit
e0c059effb
1 changed files with 26 additions and 0 deletions
26
metadata/io.github.subhamtyagi.ocr.yml
Normal file
26
metadata/io.github.subhamtyagi.ocr.yml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
Categories:
|
||||
- Graphics
|
||||
- Writing
|
||||
License: Apache-2.0
|
||||
AuthorName: Shubham
|
||||
SourceCode: https://github.com/SubhamTyagi/android-ocr
|
||||
IssueTracker: https://github.com/SubhamTyagi/android-ocr/issues
|
||||
|
||||
AutoName: OCR
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/SubhamTyagi/android-ocr.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.4'
|
||||
versionCode: 5
|
||||
commit: v1.4
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/splits/,+7d' build.gradle
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.4'
|
||||
CurrentVersionCode: 5
|
||||
Loading…
Reference in a new issue