Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #10537 from Simonx22/android-sv2
Android: Increase target and compileSdk version to 32 (Android 12L/Sv2)
  • Loading branch information
lioncash committed Mar 27, 2022
2 parents 7b80cc9 + 73f94e7 commit c08a23b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Source/Android/app/build.gradle
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 31
compileSdkVersion 32
ndkVersion "23.0.7599858"

compileOptions {
Expand All @@ -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())

Expand Down
2 changes: 1 addition & 1 deletion Source/Android/build.gradle
Expand Up @@ -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'
}
}

Expand Down

0 comments on commit c08a23b

Please sign in to comment.