[Android] Bump gradle plugin to 2.1.0

And fix deprecation warning in script
This commit is contained in:
Tyler Dunn
2016-05-18 22:31:54 -04:00
parent a5b72abf2c
commit 4a0a92e95e
2 changed files with 3 additions and 3 deletions

View File

@ -60,14 +60,14 @@ android {
// of product flavors are paid vs. free, ARM vs. x86, etc.
productFlavors {
arm_64 {
flavorDimension "abi"
dimension "abi"
ndk {
abiFilter "arm64-v8a"
}
}
x86_64 {
flavorDimension "abi"
dimension "abi"
ndk {
abiFilter "x86_64"
}