summaryrefslogtreecommitdiff
path: root/src/android/app
diff options
context:
space:
mode:
Diffstat (limited to 'src/android/app')
-rw-r--r--src/android/app/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts
index bf6d42042..ec5596d75 100644
--- a/src/android/app/build.gradle.kts
+++ b/src/android/app/build.gradle.kts
@@ -45,7 +45,7 @@ android {
45 defaultConfig { 45 defaultConfig {
46 // TODO If this is ever modified, change application_id in strings.xml 46 // TODO If this is ever modified, change application_id in strings.xml
47 applicationId = "org.yuzu.yuzu_emu" 47 applicationId = "org.yuzu.yuzu_emu"
48 minSdk = 28 48 minSdk = 30
49 targetSdk = 33 49 targetSdk = 33
50 versionCode = autoVersion 50 versionCode = autoVersion
51 versionName = getVersion() 51 versionName = getVersion()