diff options
| author | Tyler Dunn <robotdude@att.net> | 2016-05-18 22:31:54 -0400 |
|---|---|---|
| committer | Tyler Dunn <robotdude@att.net> | 2016-05-18 22:31:54 -0400 |
| commit | 4a0a92e95e567f9cb04824d026d3cbba1c286ecc (patch) | |
| tree | e3330c3da5773b0adc0a1f82f5fdb71527495b7f /Source/Android | |
| parent | a5b72abf2c9491a82a89531f146819692d699310 (diff) | |
[Android] Bump gradle plugin to 2.1.0
And fix deprecation warning in script
Diffstat (limited to 'Source/Android')
| -rw-r--r-- | Source/Android/app/build.gradle | 4 | ||||
| -rw-r--r-- | Source/Android/build.gradle | 2 |
2 files changed, 3 insertions, 3 deletions
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" } diff --git a/Source/Android/build.gradle b/Source/Android/build.gradle index a6fcfe1fe9..f6e9073125 100644 --- a/Source/Android/build.gradle +++ b/Source/Android/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:1.5.0' + classpath 'com.android.tools.build:gradle:2.1.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files |
