Change version to 1.78

This commit is contained in:
Peter Osterlund 2020-01-18 14:55:24 +01:00
parent c39c260239
commit d6e7771eab
2 changed files with 9 additions and 2 deletions

View File

@ -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 2019-09-29: Version 1.77
- Add a user manual. - Add a user manual.
- Include link to source code in about/help dialog text. - Include link to source code in about/help dialog text.

View File

@ -6,8 +6,8 @@ android {
applicationId "org.petero.droidfish" applicationId "org.petero.droidfish"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 28 targetSdkVersion 28
versionCode 87 versionCode 88
versionName "1.77" versionName "1.78"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
externalNativeBuild { externalNativeBuild {
ndkBuild { ndkBuild {