Prepare version 1.8 (beta3)

This commit is contained in:
dgis 2020-05-14 23:33:09 +02:00
parent 61260260df
commit b8f0974301
3 changed files with 4 additions and 4 deletions

View file

@ -63,7 +63,7 @@ LINKS
CHANGES
Version 1.8beta3 (2020-04-XX)
Version 1.8 (2020-05-14)
- Intercept the ESC keyboard key to allow the use of the BACK soft key.
- Add LCD pixel borders.

View file

@ -33,8 +33,8 @@ android {
applicationId "org.emulator.forty.eight"
minSdkVersion 19
targetSdkVersion 29
versionCode 13
versionName "1.8beta2"
versionCode 14
versionName "1.8"
setProperty("archivesBaseName", "Emu48-v$versionName")
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
externalNativeBuild {

View file

@ -63,7 +63,7 @@ LINKS
CHANGES
Version 1.8beta3 (2020-04-XX)
Version 1.8 (2020-05-14)
- Intercept the ESC keyboard key to allow the use of the BACK soft key.
- Add LCD pixel borders.