We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d28f4a commit 33e8357Copy full SHA for 33e8357
ChangeLog.txt
@@ -1,3 +1,6 @@
1
+2023-07-01: Version 1.89
2
+- Update to Stockfish 16.
3
+
4
2022-12-06: Version 1.88
5
- Update to Stockfish 15.1.
6
DroidFishApp/build.gradle
@@ -7,8 +7,8 @@ android {
7
applicationId "org.petero.droidfish"
8
minSdkVersion 16
9
targetSdkVersion 28
10
- versionCode 98
11
- versionName "1.88"
+ versionCode 99
+ versionName "1.89"
12
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
13
externalNativeBuild {
14
ndkBuild {
0 commit comments