67 lines
1.1 KiB
YAML
67 lines
1.1 KiB
YAML
Categories:
|
|
- Reading
|
|
License: MIT
|
|
SourceCode: https://github.com/achromaticmetaphor/agram
|
|
IssueTracker: https://github.com/achromaticmetaphor/agram/issues
|
|
|
|
AutoName: agram
|
|
Description: Lists single-word and multi-word anagrams in English.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/achromaticmetaphor/agram
|
|
|
|
Builds:
|
|
- versionName: '0.1'
|
|
versionCode: 1
|
|
commit: v0.1
|
|
build: make -C jni
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: '0.2'
|
|
versionCode: 15
|
|
commit: v0.2
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: '1.0'
|
|
versionCode: 16
|
|
commit: v1.0
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: '1.1'
|
|
versionCode: 17
|
|
commit: v1.1
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: '1.2'
|
|
versionCode: 18
|
|
commit: v1.2
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: '1.3'
|
|
versionCode: 19
|
|
commit: v1.3
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: '1.4'
|
|
versionCode: 20
|
|
commit: v1.4
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: 1.4.1
|
|
versionCode: 21
|
|
commit: v1.4.1
|
|
buildjni:
|
|
- yes
|
|
|
|
AutoUpdateMode: Version v%v
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 1.4.1
|
|
CurrentVersionCode: 21
|