Change version to 1.90

This commit is contained in:
Peter Osterlund 2024-02-25 16:56:19 +01:00
parent fd23962fc4
commit 06948d542f
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
2024-02-25: Version 1.90
- Update to Stockfish 16.1.
2023-07-01: Version 1.89 2023-07-01: Version 1.89
- Update to Stockfish 16. - Update to Stockfish 16.

View File

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