Change version to 1.82

This commit is contained in:
Peter Osterlund 2020-05-20 21:29:55 +02:00
parent 8fdfdede44
commit c59fdfddaf
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2020-05-20: Version 1.82
- Support UCI_Elo for setting engine strength.
- Support for ABK (Arena) opening books.
- Implement maxNPS UCI option for CuckooChess.
2020-04-10: Version 1.81
- Fix color picker layout problems for some screen sizes.
- Fix auto-scrolling of move list when figurine notation is enabled.

View File

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