mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-08 15:12:40 +01:00
Change version to 1.82
This commit is contained in:
@@ -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
|
2020-04-10: Version 1.81
|
||||||
- Fix color picker layout problems for some screen sizes.
|
- Fix color picker layout problems for some screen sizes.
|
||||||
- Fix auto-scrolling of move list when figurine notation is enabled.
|
- Fix auto-scrolling of move list when figurine notation is enabled.
|
||||||
|
|||||||
@@ -6,8 +6,8 @@ android {
|
|||||||
applicationId "org.petero.droidfish"
|
applicationId "org.petero.droidfish"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 91
|
versionCode 92
|
||||||
versionName "1.81"
|
versionName "1.82"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
ndkBuild {
|
ndkBuild {
|
||||||
|
|||||||
Reference in New Issue
Block a user