|
|
@ -10,7 +10,7 @@ def buildType
|
|
|
|
def abiFilter = "arm64-v8a" //, "x86"
|
|
|
|
def abiFilter = "arm64-v8a" //, "x86"
|
|
|
|
|
|
|
|
|
|
|
|
android {
|
|
|
|
android {
|
|
|
|
compileSdkVersion 32
|
|
|
|
compileSdkVersion 33
|
|
|
|
ndkVersion "25.2.9519653"
|
|
|
|
ndkVersion "25.2.9519653"
|
|
|
|
|
|
|
|
|
|
|
|
compileOptions {
|
|
|
|
compileOptions {
|
|
|
@ -32,7 +32,7 @@ android {
|
|
|
|
// 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 "org.yuzu.yuzu_emu"
|
|
|
|
applicationId "org.yuzu.yuzu_emu"
|
|
|
|
minSdkVersion 28
|
|
|
|
minSdkVersion 28
|
|
|
|
targetSdkVersion 31
|
|
|
|
targetSdkVersion 33
|
|
|
|
versionCode autoVersion
|
|
|
|
versionCode autoVersion
|
|
|
|
versionName getVersion()
|
|
|
|
versionName getVersion()
|
|
|
|
ndk.abiFilters abiFilter
|
|
|
|
ndk.abiFilters abiFilter
|
|
|
|