mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-11-27 06:10:28 +01:00
Change version to 1.83
This commit is contained in:
parent
cbb3897833
commit
15ed3846cc
|
@ -1,3 +1,9 @@
|
||||||
|
2020-09-21: Version 1.83
|
||||||
|
- Fix crash if engine .ini file is corrupt.
|
||||||
|
- Update translations.
|
||||||
|
- Update Stockfish to development version 200920.
|
||||||
|
- Add link to DroidFish manual from About/Help dialog.
|
||||||
|
|
||||||
2020-05-20: Version 1.82
|
2020-05-20: Version 1.82
|
||||||
- Support UCI_Elo for setting engine strength.
|
- Support UCI_Elo for setting engine strength.
|
||||||
- Support for ABK (Arena) opening books.
|
- Support for ABK (Arena) opening books.
|
||||||
|
|
|
@ -6,8 +6,8 @@ android {
|
||||||
applicationId "org.petero.droidfish"
|
applicationId "org.petero.droidfish"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 92
|
versionCode 93
|
||||||
versionName "1.82"
|
versionName "1.83"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
ndkBuild {
|
ndkBuild {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user