Update version code for re-release of 1.74.

This commit is contained in:
Peter Osterlund 2019-04-19 07:53:59 +02:00
parent 0d7b7fd395
commit d6011531d8
2 changed files with 1 additions and 2 deletions

View File

@ -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.

View File

@ -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 {