소스 검색

android: bump compile/target sdk to 33

Charles Lombardo 3 년 전
부모
커밋
fc0c5fa86f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/android/app/build.gradle

+ 2 - 2
src/android/app/build.gradle

@@ -10,7 +10,7 @@ def buildType
 def abiFilter = "arm64-v8a" //, "x86"
 
 android {
-    compileSdkVersion 32
+    compileSdkVersion 33
     ndkVersion "25.2.9519653"
 
     compileOptions {
@@ -32,7 +32,7 @@ android {
         // TODO If this is ever modified, change application_id in strings.xml
         applicationId "org.yuzu.yuzu_emu"
         minSdkVersion 28
-        targetSdkVersion 31
+        targetSdkVersion 33
         versionCode autoVersion
         versionName getVersion()
         ndk.abiFilters abiFilter