Bump Android SDK

pull/23998/head
Esun Kim 4 years ago
parent 9f7ff86919
commit 32ea9af3b0
  1. 2
      examples/android/helloworld/build.gradle
  2. 3
      src/android/test/interop/app/build.gradle

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

@ -29,6 +29,9 @@ android {
arguments '-DgRPC_CPP_PLUGIN_EXECUTABLE=' + grpc_cpp_plugin
}
}
ndk {
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
}
}
buildTypes {
debug {

Loading…
Cancel
Save