mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-11-23 11:31:33 +01:00
Change version to 1.78
This commit is contained in:
parent
c39c260239
commit
d6e7771eab
|
@ -1,3 +1,10 @@
|
|||
2020-01-18: Version 1.78
|
||||
- Update to Stockfish 11.
|
||||
- Add button action "Force computer move".
|
||||
- Don't try to fixup invalid e.p. square if the position is invalid.
|
||||
- Update translations.
|
||||
- Use less CPU while waiting for human player to move.
|
||||
|
||||
2019-09-29: Version 1.77
|
||||
- Add a user manual.
|
||||
- Include link to source code in about/help dialog text.
|
||||
|
|
|
@ -6,8 +6,8 @@ android {
|
|||
applicationId "org.petero.droidfish"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 28
|
||||
versionCode 87
|
||||
versionName "1.77"
|
||||
versionCode 88
|
||||
versionName "1.78"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
externalNativeBuild {
|
||||
ndkBuild {
|
||||
|
|
Loading…
Reference in New Issue
Block a user