Prepare version 1.8 (beta3)
This commit is contained in:
parent
61260260df
commit
b8f0974301
3 changed files with 4 additions and 4 deletions
|
@ -63,7 +63,7 @@ LINKS
|
||||||
|
|
||||||
CHANGES
|
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.
|
- Intercept the ESC keyboard key to allow the use of the BACK soft key.
|
||||||
- Add LCD pixel borders.
|
- Add LCD pixel borders.
|
||||||
|
|
|
@ -33,8 +33,8 @@ android {
|
||||||
applicationId "org.emulator.forty.eight"
|
applicationId "org.emulator.forty.eight"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 13
|
versionCode 14
|
||||||
versionName "1.8beta2"
|
versionName "1.8"
|
||||||
setProperty("archivesBaseName", "Emu48-v$versionName")
|
setProperty("archivesBaseName", "Emu48-v$versionName")
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
|
|
|
@ -63,7 +63,7 @@ LINKS
|
||||||
|
|
||||||
CHANGES
|
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.
|
- Intercept the ESC keyboard key to allow the use of the BACK soft key.
|
||||||
- Add LCD pixel borders.
|
- Add LCD pixel borders.
|
||||||
|
|
Loading…
Reference in a new issue