mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-19 21:46:54 +02:00
Raise minSdk to 30 to fix linter errors
This commit is contained in:
parent
771ad29148
commit
992ee1c825
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ android {
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "org.ryujinx.android"
|
applicationId "org.ryujinx.android"
|
||||||
minSdk 28
|
minSdk 30
|
||||||
targetSdk 33
|
targetSdk 33
|
||||||
versionCode 1
|
versionCode 1
|
||||||
versionName "1.0"
|
versionName "1.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue