Change version to 1.80

This commit is contained in:
Peter Osterlund 2020-04-05 21:27:08 +02:00
parent 990961e4f0
commit a96e9254ff
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,12 @@
2020-04-05: Version 1.80
- Improve editing of PGN comments.
- Add RGB input support to the preferences color picker.
- Add file browser support when setting UCI options.
- Use file browser for file/directory preferences settings.
- Make preferences color picker handle device rotation changes correctly.
- Fix crash when reading from a broken SCID database.
- Update translations.
2020-02-23: Version 1.79 2020-02-23: Version 1.79
- Separate settings for "move sound" and "move speech". - Separate settings for "move sound" and "move speech".
- Support for move input using drag and drop. - Support for move input using drag and drop.

View File

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