[android] Android 7.0 support
Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
268918aece
commit
5598b417d9
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
// TODO If this is ever modified, change application_id in strings.xml
|
// TODO If this is ever modified, change application_id in strings.xml
|
||||||
applicationId = "dev.eden.eden_emulator"
|
applicationId = "dev.eden.eden_emulator"
|
||||||
minSdk = 28
|
minSdk = 24
|
||||||
targetSdk = 36
|
targetSdk = 36
|
||||||
versionName = getGitVersion()
|
versionName = getGitVersion()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue