mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-11-23 03:21:20 +01:00
Change version to 1.81
This commit is contained in:
parent
3ae05affb0
commit
29d605af99
|
@ -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.
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user