Change version to 1.89

This commit is contained in:
Peter Osterlund 2023-07-01 12:36:02 +02:00
parent 0d28f4aad8
commit 33e8357b38
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
2023-07-01: Version 1.89
- Update to Stockfish 16.
2022-12-06: Version 1.88
- Update to Stockfish 15.1.

View File

@ -7,8 +7,8 @@ android {
applicationId "org.petero.droidfish"
minSdkVersion 16
targetSdkVersion 28
versionCode 98
versionName "1.88"
versionCode 99
versionName "1.89"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
externalNativeBuild {
ndkBuild {