diff --git a/ChangeLog.txt b/ChangeLog.txt index ff5f13c..f1f32aa 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -97,7 +97,6 @@ - Display usage hints the first time the program is started. 2016-01-03: Version 1.60 - - Explicitly set the drawer menu foreground text color. The default color is hard to read on some devices. - Update Stockfish to version 7. diff --git a/DroidFishApp/build.gradle b/DroidFishApp/build.gradle index 0531a57..547811f 100644 --- a/DroidFishApp/build.gradle +++ b/DroidFishApp/build.gradle @@ -6,7 +6,7 @@ android { applicationId "org.petero.droidfish" minSdkVersion 16 targetSdkVersion 28 - versionCode 83 + versionCode 84 versionName "1.74" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" externalNativeBuild {