Change version to 1.81

This commit is contained in:
Peter Osterlund 2020-04-10 16:33:03 +02:00
parent 3ae05affb0
commit 29d605af99
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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.
- Add button action "Load game from PGN file".
2020-04-05: Version 1.80
- Improve editing of PGN comments.
- Add RGB input support to the preferences color picker.

View File

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