mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-11-27 06:10:28 +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
|
2019-07-20: Version 1.75
|
||||||
- Remove incorrect "engine error" message at end of games.
|
- Remove incorrect "engine error" message at end of games.
|
||||||
- Various small user interface improvements.
|
- Various small user interface improvements.
|
||||||
|
|
|
@ -6,8 +6,8 @@ android {
|
||||||
applicationId "org.petero.droidfish"
|
applicationId "org.petero.droidfish"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 85
|
versionCode 86
|
||||||
versionName "1.75"
|
versionName "1.76"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
ndkBuild {
|
ndkBuild {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user