mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-11-23 11:31:33 +01:00
Change version to 1.85
This commit is contained in:
parent
2fd84a648c
commit
fd0b61fd0e
|
@ -1,3 +1,6 @@
|
|||
2021-02-20: Version 1.85
|
||||
- Update to Stockfish 13.
|
||||
|
||||
2020-10-03: Version 1.84
|
||||
- Update Stockfish to development version 280920.
|
||||
- Improve move probability calculation for CTG books.
|
||||
|
|
|
@ -6,8 +6,8 @@ android {
|
|||
applicationId "org.petero.droidfish"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 28
|
||||
versionCode 94
|
||||
versionName "1.84"
|
||||
versionCode 95
|
||||
versionName "1.85"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
externalNativeBuild {
|
||||
ndkBuild {
|
||||
|
|
Loading…
Reference in New Issue
Block a user