mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-11-23 11:31:33 +01:00
Update version code for re-release of 1.74.
This commit is contained in:
parent
0d7b7fd395
commit
d6011531d8
|
@ -97,7 +97,6 @@
|
||||||
- Display usage hints the first time the program is started.
|
- Display usage hints the first time the program is started.
|
||||||
|
|
||||||
2016-01-03: Version 1.60
|
2016-01-03: Version 1.60
|
||||||
|
|
||||||
- Explicitly set the drawer menu foreground text color. The default
|
- Explicitly set the drawer menu foreground text color. The default
|
||||||
color is hard to read on some devices.
|
color is hard to read on some devices.
|
||||||
- Update Stockfish to version 7.
|
- Update Stockfish to version 7.
|
||||||
|
|
|
@ -6,7 +6,7 @@ android {
|
||||||
applicationId "org.petero.droidfish"
|
applicationId "org.petero.droidfish"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 83
|
versionCode 84
|
||||||
versionName "1.74"
|
versionName "1.74"
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user