mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-11-23 11:31:33 +01:00
Change version to 1.84
This commit is contained in:
parent
e74151d92d
commit
51bcecd6f4
|
@ -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.
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user