mirror of
https://github.com/dgis/emu48android
synced 2024-12-26 09:58:49 +01:00
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
|
||||
|
||||
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.
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue