Change version to 1.88

This commit is contained in:
Peter Osterlund 2022-12-06 20:25:25 +01:00
parent 83dae065c5
commit c0963c567c
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
2022-12-06: Version 1.88
- Update to Stockfish 15.1.
2022-04-23: Version 1.87 2022-04-23: Version 1.87
- Update to Stockfish 15. - Update to Stockfish 15.

View File

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