mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-15 03:57:13 +00:00
49 lines
1.1 KiB
YAML
49 lines
1.1 KiB
YAML
Categories:
|
|
- Internet
|
|
License: ISC
|
|
AuthorName: Chris Howey
|
|
AuthorEmail: chris@howey.me
|
|
AuthorWebSite: https://chris.howey.me/
|
|
SourceCode: https://github.com/howeyc/crocgui
|
|
IssueTracker: https://github.com/howeyc/crocgui/issues
|
|
|
|
AutoName: Croc
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/howeyc/crocgui.git
|
|
|
|
Builds:
|
|
- versionName: 1.4.1
|
|
versionCode: 8
|
|
commit: v1.4.1
|
|
output: crocgui.apk
|
|
build:
|
|
- export ANDROID_SDK_ROOT=$$SDK$$
|
|
- export ANDROID_NDK_ROOT=$$NDK$$
|
|
- bash ./fdroid-build.sh
|
|
ndk: r21e
|
|
|
|
- versionName: 1.5.0
|
|
versionCode: 9
|
|
commit: v1.5.0
|
|
output: crocgui.apk
|
|
build:
|
|
- export ANDROID_SDK_ROOT=$$SDK$$
|
|
- export ANDROID_NDK_ROOT=$$NDK$$
|
|
- bash ./fdroid-build.sh
|
|
ndk: r21e
|
|
|
|
- versionName: 1.6.0
|
|
versionCode: 10
|
|
commit: v1.6.0
|
|
output: crocgui.apk
|
|
build:
|
|
- export ANDROID_SDK_ROOT=$$SDK$$
|
|
- export ANDROID_NDK_ROOT=$$NDK$$
|
|
- bash ./fdroid-build.sh
|
|
ndk: r21e
|
|
|
|
AutoUpdateMode: Version v%v
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 1.6.0
|
|
CurrentVersionCode: 10
|