Change version to 1.83

This commit is contained in:
Peter Osterlund 2020-09-21 21:13:32 +02:00
parent cbb3897833
commit 15ed3846cc
2 changed files with 8 additions and 2 deletions

View File

@ -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
- Support UCI_Elo for setting engine strength.
- Support for ABK (Arena) opening books.

View File

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