Change version to 1.84

This commit is contained in:
Peter Osterlund 2020-10-03 10:08:37 +02:00
parent e74151d92d
commit 51bcecd6f4
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2020-10-03: Version 1.84
- Update Stockfish to development version 280920.
- Improve move probability calculation for CTG books.
- Avoid NPE if opening a shared input stream fails.
- Update translations.
2020-09-21: Version 1.83 2020-09-21: Version 1.83
- Fix crash if engine .ini file is corrupt. - Fix crash if engine .ini file is corrupt.
- Update translations. - Update translations.

View File

@ -6,8 +6,8 @@ android {
applicationId "org.petero.droidfish" applicationId "org.petero.droidfish"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 28 targetSdkVersion 28
versionCode 93 versionCode 94
versionName "1.83" versionName "1.84"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
externalNativeBuild { externalNativeBuild {
ndkBuild { ndkBuild {