From 4a0a92e95e567f9cb04824d026d3cbba1c286ecc Mon Sep 17 00:00:00 2001 From: Tyler Dunn Date: Wed, 18 May 2016 22:31:54 -0400 Subject: [Android] Bump gradle plugin to 2.1.0 And fix deprecation warning in script --- Source/Android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/Android/app') diff --git a/Source/Android/app/build.gradle b/Source/Android/app/build.gradle index 014042aaee..d6a3aac6ba 100644 --- a/Source/Android/app/build.gradle +++ b/Source/Android/app/build.gradle @@ -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" } -- cgit v1.2.3