diff --git a/native-activity/app/build.gradle b/native-activity/app/build.gradle index 125c72256..571085fef 100644 --- a/native-activity/app/build.gradle +++ b/native-activity/app/build.gradle @@ -7,13 +7,13 @@ plugins { // `android:hasCode` from main/AndroidManifest.xml. android { - compileSdk 33 + compileSdk 34 ndkVersion '25.1.8937393' defaultConfig { applicationId = 'com.example.native_activity' minSdkVersion 14 - targetSdkVersion 33 + targetSdkVersion 34 externalNativeBuild { cmake { arguments '-DANDROID_STL=c++_static' diff --git a/native-activity/build.gradle b/native-activity/build.gradle index 224ec7b53..efc342718 100644 --- a/native-activity/build.gradle +++ b/native-activity/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '7.3.1' apply false - id 'com.android.library' version '7.3.1' apply false + id 'com.android.application' version '7.4.2' apply false + id 'com.android.library' version '7.4.2' apply false id 'org.jetbrains.kotlin.android' version '1.7.21' apply false } diff --git a/native-activity/gradle/wrapper/gradle-wrapper.properties b/native-activity/gradle/wrapper/gradle-wrapper.properties index b1159fc54..2ec77e51a 100644 --- a/native-activity/gradle/wrapper/gradle-wrapper.properties +++ b/native-activity/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists