fdroiddata/metadata/jwtc.android.chess.yml
2019-09-12 22:40:32 +02:00

73 lines
1.7 KiB
YAML

Categories:
- Games
License: MIT
WebSite: http://www.jwtc.nl
SourceCode: https://github.com/jcarolus/android-chess
IssueTracker: https://github.com/jcarolus/android-chess/issues
AutoName: Chess
Description: |-
Play chess against your Android or online (FICS). Featuring 2000 practice
positions, 500 puzzles, UCI engine support, Chess 960 and more. It's also
possible to set up a position on the board, save and edit games, navigate
through history and import/export via e-mail or clipboard.
RepoType: git
Repo: https://github.com/jcarolus/android-chess.git
Builds:
- versionName: 8.4.3
versionCode: 115
commit: 1.0.1
rm:
- libs/armeabi/libchess-jni.so
- native/project/jni/chess
- native/project/jni/gmon.out
- native/project/jni/db-5.bin
- assets/db.bin
prebuild:
- mv native/project/jni ./
- sed -i -e 's/android:minSdkVersion="4"/android:minSdkVersion="8"/g' AndroidManifest.xml
buildjni:
- yes
- versionName: 8.6.10
versionCode: 138
disable: play-services et al.
commit: none
subdir: app
gradle:
- yes
buildjni:
- yes
- versionName: 8.8.3
versionCode: 148
disable: play-services
commit: 8.8.3
subdir: app
gradle:
- yes
buildjni:
- yes
- versionName: 8.9.5
versionCode: 156
commit: 8.9.5
subdir: app
gradle:
- foss
prebuild:
- rm -r src/main/jniLibs/
- ln -s ../../../native/project/libs src/main/jniLibs
scandelete:
- native/project/
- app/
buildjni:
- ../native/project/
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 8.9.5
CurrentVersionCode: 156