diff --git a/Source/Android/app/build.gradle b/Source/Android/app/build.gradle index ffb7aa55bb..39aaedd63c 100644 --- a/Source/Android/app/build.gradle +++ b/Source/Android/app/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 30 + compileSdkVersion 31 ndkVersion "23.0.7599858" compileOptions { @@ -26,7 +26,7 @@ android { // TODO If this is ever modified, change application_id in strings.xml applicationId "org.dolphinemu.dolphinemu" minSdkVersion 21 - targetSdkVersion 30 + targetSdkVersion 31 versionCode(getBuildVersionCode()) diff --git a/Source/Android/app/src/main/AndroidManifest.xml b/Source/Android/app/src/main/AndroidManifest.xml index dc0b95d3ed..1fded39aba 100644 --- a/Source/Android/app/src/main/AndroidManifest.xml +++ b/Source/Android/app/src/main/AndroidManifest.xml @@ -29,7 +29,6 @@ android:name="android.permission.VIBRATE" android:required="false"/> -