Change version to 1.76

This commit is contained in:
Peter Osterlund 2019-07-21 08:59:37 +02:00
parent 9efe811d12
commit 6c6db65f18
2 changed files with 5 additions and 2 deletions

View File

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

View File

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