Change version to 1.85

This commit is contained in:
Peter Osterlund 2021-02-20 13:09:46 +01:00
parent 2fd84a648c
commit fd0b61fd0e
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
2021-02-20: Version 1.85
- Update to Stockfish 13.
2020-10-03: Version 1.84 2020-10-03: Version 1.84
- Update Stockfish to development version 280920. - Update Stockfish to development version 280920.
- Improve move probability calculation for CTG books. - Improve move probability calculation for CTG books.

View File

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