summaryrefslogtreecommitdiff
path: root/platform/android/build.gradle
diff options
context:
space:
mode:
authorTobrun <tobrun@mapbox.com>2017-03-03 17:36:40 -0500
committerGitHub <noreply@github.com>2017-03-03 17:36:40 -0500
commita5f6ee696367e3311334faa03fb55e215174997f (patch)
treedb6d2c952d9ab25703da9b2f1d0ca077aeef9ab8 /platform/android/build.gradle
parent8742dc852c82ef40003a22a8e0a764616d8beed1 (diff)
downloadqtlocation-mapboxgl-a5f6ee696367e3311334faa03fb55e215174997f.tar.gz
[android] - update gradle and plugin for Android Studio 2.3 stable, update support library to latest version, add dexOptions to increase build times. (#8271)
Diffstat (limited to 'platform/android/build.gradle')
-rw-r--r--platform/android/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/build.gradle b/platform/android/build.gradle
index 69eb6616d1..4219f2bdee 100644
--- a/platform/android/build.gradle
+++ b/platform/android/build.gradle
@@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:2.2.3'
+ classpath 'com.android.tools.build:gradle:2.3.0'
classpath 'com.amazonaws:aws-devicefarm-gradle-plugin:1.2'
classpath 'com.stanfy.spoon:spoon-gradle-plugin:1.2.1'
}