updated android example JNI to latest version

This commit is contained in:
strawmanbobi
2019-01-21 22:54:25 +08:00
parent b8d3dc7286
commit 8d59f46e8a
9 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.android.tools.build:gradle:3.2.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}