diff options
| author | Simonx22 <simon@oatmealdome.me> | 2022-03-26 10:55:26 -0400 |
|---|---|---|
| committer | Simonx22 <simon@oatmealdome.me> | 2022-03-26 10:55:26 -0400 |
| commit | 73f94e76b9cf240a1f19943fddd2f157f6910da8 (patch) | |
| tree | 554dd5f5c3203e40083d4e6d1f769c00eed2874a /Source/Android | |
| parent | 9f606734c31275bb98f3021abf1827b78a3d0735 (diff) | |
Android: Increase target and compileSdk version to 32 (Android 12L/Sv2)
Diffstat (limited to 'Source/Android')
| -rw-r--r-- | Source/Android/app/build.gradle | 4 | ||||
| -rw-r--r-- | Source/Android/build.gradle | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Source/Android/app/build.gradle b/Source/Android/app/build.gradle index 158cc3ad6c..e2675fcc5a 100644 --- a/Source/Android/app/build.gradle +++ b/Source/Android/app/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 31 + compileSdkVersion 32 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 31 + targetSdkVersion 32 versionCode(getBuildVersionCode()) diff --git a/Source/Android/build.gradle b/Source/Android/build.gradle index 13780fbe5f..2d11c4922a 100644 --- a/Source/Android/build.gradle +++ b/Source/Android/build.gradle @@ -4,7 +4,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:7.1.1' + classpath 'com.android.tools.build:gradle:7.1.2' } } |
