Skip to content
Snippets Groups Projects
Commit f5c48f92 authored by Charles Lombardo's avatar Charles Lombardo Committed by bunnei
Browse files

android: Bump minimum version to Android 11

parent 9c9d9131
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ android {
defaultConfig {
// TODO If this is ever modified, change application_id in strings.xml
applicationId = "org.yuzu.yuzu_emu"
minSdk = 28
minSdk = 30
targetSdk = 33
versionCode = autoVersion
versionName = getVersion()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment