diff --git a/android/android_studio_project/app/build.gradle b/android/android_studio_project/app/build.gradle index a05d41823..6bf100840 100644 --- a/android/android_studio_project/app/build.gradle +++ b/android/android_studio_project/app/build.gradle @@ -3,14 +3,14 @@ plugins { } android { - compileSdkVersion 30 - ndkVersion '23.0.7599858' + compileSdkVersion 33 + ndkVersion '25.0.8775105' defaultConfig { applicationId 'jp.xenia.emulator' // 24 (7.0) - Vulkan. minSdkVersion 24 - targetSdkVersion 30 + targetSdkVersion 33 versionCode 1 versionName 'Prototype' externalNativeBuild { diff --git a/android/android_studio_project/build.gradle b/android/android_studio_project/build.gradle index fee7fd669..f75f1768f 100644 --- a/android/android_studio_project/build.gradle +++ b/android/android_studio_project/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:7.1.0' + classpath 'com.android.tools.build:gradle:7.2.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/android/android_studio_project/gradle/wrapper/gradle-wrapper.properties b/android/android_studio_project/gradle/wrapper/gradle-wrapper.properties index 0bf9713c9..d3905d12e 100644 --- a/android/android_studio_project/gradle/wrapper/gradle-wrapper.properties +++ b/android/android_studio_project/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Mon Nov 01 23:19:20 MSK 2021 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME