diff --git a/hello-jni/build.gradle b/hello-jni/build.gradle index 02dd5ae..b9f3f84 100644 --- a/hello-jni/build.gradle +++ b/hello-jni/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:4.2.0' + classpath 'com.android.tools.build:gradle:7.1.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong diff --git a/hello-jni/gradle/wrapper/gradle-wrapper.properties b/hello-jni/gradle/wrapper/gradle-wrapper.properties index 1f3fdbc..669386b 100644 --- a/hello-jni/gradle/wrapper/gradle-wrapper.properties +++ b/hello-jni/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists