37 lines
919 B
YAML
37 lines
919 B
YAML
|
Categories:
|
||
|
- Internet
|
||
|
License: Apache-2.0
|
||
|
SourceCode: https://github.com/mthli/Ninja
|
||
|
IssueTracker: https://github.com/mthli/Ninja/issues
|
||
|
Changelog: https://github.com/mthli/Ninja/releases
|
||
|
|
||
|
AutoName: Ninja
|
||
|
Description: |-
|
||
|
Browser based on WebView. It allows you to open links in other apps without
|
||
|
switching to the browser app (and thus minimizing the currently used one).
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://github.com/mthli/Ninja
|
||
|
|
||
|
Builds:
|
||
|
- versionName: 1.3.2
|
||
|
versionCode: 24
|
||
|
commit: v1.3.2
|
||
|
subdir: Ninja
|
||
|
prebuild:
|
||
|
- echo -e 'java.source=1.7\njava.target=1.7' > ant.properties
|
||
|
- touch proguard.cfg
|
||
|
|
||
|
- versionName: 1.3.4
|
||
|
versionCode: 26
|
||
|
commit: v1.3.4
|
||
|
subdir: Ninja
|
||
|
prebuild:
|
||
|
- echo -e 'java.source=1.7\njava.target=1.7' > ant.properties
|
||
|
- touch proguard.cfg
|
||
|
|
||
|
AutoUpdateMode: Version v%v
|
||
|
UpdateCheckMode: Tags
|
||
|
CurrentVersion: 1.3.4
|
||
|
CurrentVersionCode: 26
|