89 lines
1.6 KiB
YAML
89 lines
1.6 KiB
YAML
Categories:
|
|
- Games
|
|
License: GPL-2.0-only
|
|
SourceCode: https://github.com/tube42/9p
|
|
IssueTracker: https://github.com/tube42/9p/issues
|
|
|
|
AutoName: 9P
|
|
Description: 9P is a 3x3 word puzzle game for Android.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/tube42/9p
|
|
|
|
Builds:
|
|
- versionName: 0.0.1
|
|
versionCode: 1
|
|
disable: java 1.6/1.7/1.8 issue
|
|
commit: v0.0.1
|
|
submodules: true
|
|
scanignore:
|
|
- assets/dict/en.bin
|
|
build: ant setup
|
|
|
|
- versionName: 0.0.3
|
|
versionCode: 3
|
|
disable: The android command is deprecated
|
|
commit: v0.0.3
|
|
subdir: android
|
|
submodules: true
|
|
scanignore:
|
|
- assets/dict/en.bin
|
|
build: ant setup
|
|
|
|
- versionName: 0.0.7
|
|
versionCode: 7
|
|
commit: v0.0.7
|
|
subdir: android
|
|
submodules: true
|
|
gradle:
|
|
- yes
|
|
rm:
|
|
- android/libs
|
|
scanignore:
|
|
- android/assets/dict/en.bin
|
|
- android/libs
|
|
|
|
- versionName: 0.0.8
|
|
versionCode: 8
|
|
commit: v0.0.8
|
|
subdir: android
|
|
submodules: true
|
|
gradle:
|
|
- yes
|
|
rm:
|
|
- android/libs
|
|
scanignore:
|
|
- android/assets/dict/en.bin
|
|
- android/libs
|
|
|
|
- versionName: 0.0.9
|
|
versionCode: 9
|
|
commit: v0.0.9
|
|
subdir: android
|
|
submodules: true
|
|
gradle:
|
|
- yes
|
|
rm:
|
|
- android/libs
|
|
scanignore:
|
|
- android/assets/dict/??.bin
|
|
- android/libs
|
|
|
|
- versionName: 0.1.0
|
|
versionCode: 10
|
|
commit: v0.1.0
|
|
subdir: android
|
|
submodules: true
|
|
gradle:
|
|
- yes
|
|
rm:
|
|
- android/libs
|
|
scanignore:
|
|
- android/assets/dict/??.bin
|
|
- android/libs
|
|
|
|
AutoUpdateMode: Version v%v
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 0.1.0
|
|
CurrentVersionCode: 10
|