Change version to 1.86

This commit is contained in:
Peter Osterlund 2021-07-02 21:02:01 +02:00
parent d577dc6392
commit b64c4d1dac
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
2021-07-02: Version 1.86
- Update to Stockfish 14.
2021-02-20: Version 1.85
- Update to Stockfish 13.

View File

@ -7,8 +7,8 @@ android {
applicationId "org.petero.droidfish"
minSdkVersion 16
targetSdkVersion 28
versionCode 95
versionName "1.85"
versionCode 96
versionName "1.86"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
externalNativeBuild {
ndkBuild {