diff --git a/android-example/build.gradle b/android-example/build.gradle index d952516..a36dd38 100644 --- a/android-example/build.gradle +++ b/android-example/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:4.1.1' + classpath 'com.android.tools.build:gradle:4.2.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } diff --git a/android-example/gradle/wrapper/gradle-wrapper.properties b/android-example/gradle/wrapper/gradle-wrapper.properties index ad9df2c..ec24afe 100644 --- a/android-example/gradle/wrapper/gradle-wrapper.properties +++ b/android-example/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip diff --git a/jni-example/jni-example.iml b/jni-example/jni-example.iml new file mode 100644 index 0000000..9905312 --- /dev/null +++ b/jni-example/jni-example.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file