mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-11-23 11:31:33 +01:00
Change version to 1.76
This commit is contained in:
parent
9efe811d12
commit
6c6db65f18
|
@ -1,3 +1,6 @@
|
|||
2019-07-21: Version 1.76
|
||||
- Use check boxes instead of switches in settings, to work better on Android 4.
|
||||
|
||||
2019-07-20: Version 1.75
|
||||
- Remove incorrect "engine error" message at end of games.
|
||||
- Various small user interface improvements.
|
||||
|
|
|
@ -6,8 +6,8 @@ android {
|
|||
applicationId "org.petero.droidfish"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 28
|
||||
versionCode 85
|
||||
versionName "1.75"
|
||||
versionCode 86
|
||||
versionName "1.76"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
externalNativeBuild {
|
||||
ndkBuild {
|
||||
|
|
Loading…
Reference in New Issue
Block a user