summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2017-11-22 19:39:32 +0100
committerTobrun <tobrun.van.nuland@gmail.com>2017-11-22 19:39:32 +0100
commit2e6deb93a7544cc6ae0fce3b17c02c8d8665b264 (patch)
treed0836dba745d2050f87f5abc3b354be56a5991f7
parent72d70ad0e610b155a7a1fabe2f72efde36eb47fa (diff)
downloadqtlocation-mapboxgl-2e6deb93a7544cc6ae0fce3b17c02c8d8665b264.tar.gz
bump tools
-rw-r--r--platform/android/dependencies.gradle44
1 files changed, 22 insertions, 22 deletions
diff --git a/platform/android/dependencies.gradle b/platform/android/dependencies.gradle
index 09af4a18a9..bbaa803def 100644
--- a/platform/android/dependencies.gradle
+++ b/platform/android/dependencies.gradle
@@ -2,7 +2,7 @@ ext {
minSdkVersion = 15
targetSdkVersion = 25
compileSdkVersion = 25
- buildToolsVersion = "26.0.2"
+ buildToolsVersion = "26.0.3"
versionCode = 11
versionName = "5.0.0"
@@ -16,36 +16,36 @@ ext {
dep = [
// mapbox
- mapboxJavaServices : "com.mapbox.mapboxsdk:mapbox-java-services:${mapboxServicesVersion}@jar",
- mapboxJavaGeoJSON : "com.mapbox.mapboxsdk:mapbox-java-geojson:${mapboxServicesVersion}@jar",
- mapboxAndroidTelemetry : "com.mapbox.mapboxsdk:mapbox-android-telemetry:${mapboxServicesVersion}@aar",
- mapboxAndroidCore : "com.mapbox.mapboxsdk:mapbox-android-core:${mapboxAndroidCoreVersion}@aar",
+ mapboxJavaServices : "com.mapbox.mapboxsdk:mapbox-java-services:${mapboxServicesVersion}@jar",
+ mapboxJavaGeoJSON : "com.mapbox.mapboxsdk:mapbox-java-geojson:${mapboxServicesVersion}@jar",
+ mapboxAndroidTelemetry: "com.mapbox.mapboxsdk:mapbox-android-telemetry:${mapboxServicesVersion}@aar",
+ mapboxAndroidCore : "com.mapbox.mapboxsdk:mapbox-android-core:${mapboxAndroidCoreVersion}@aar",
// mapzen lost
- lost : 'com.mapzen.android:lost:3.0.4',
+ lost : 'com.mapzen.android:lost:3.0.4',
// unit test
- junit : 'junit:junit:4.12',
- mockito : 'org.mockito:mockito-core:2.10.0',
+ junit : 'junit:junit:4.12',
+ mockito : 'org.mockito:mockito-core:2.10.0',
// instrumentation test
- testSpoonRunner : 'com.squareup.spoon:spoon-client:1.7.1',
- testRunner : "com.android.support.test:runner:${testRunnerVersion}",
- testRules : "com.android.support.test:rules:${testRunnerVersion}",
- testEspressoCore : "com.android.support.test.espresso:espresso-core:${espressoVersion}",
- testEspressoIntents : "com.android.support.test.espresso:espresso-intents:${espressoVersion}",
+ testSpoonRunner : 'com.squareup.spoon:spoon-client:1.7.1',
+ testRunner : "com.android.support.test:runner:${testRunnerVersion}",
+ testRules : "com.android.support.test:rules:${testRunnerVersion}",
+ testEspressoCore : "com.android.support.test.espresso:espresso-core:${espressoVersion}",
+ testEspressoIntents : "com.android.support.test.espresso:espresso-intents:${espressoVersion}",
// support
- supportAnnotations : "com.android.support:support-annotations:${supportLibVersion}",
- supportAppcompatV7 : "com.android.support:appcompat-v7:${supportLibVersion}",
- supportFragmentV4 : "com.android.support:support-fragment:${supportLibVersion}",
- supportDesign : "com.android.support:design:${supportLibVersion}",
- supportRecyclerView : "com.android.support:recyclerview-v7:${supportLibVersion}",
+ supportAnnotations : "com.android.support:support-annotations:${supportLibVersion}",
+ supportAppcompatV7 : "com.android.support:appcompat-v7:${supportLibVersion}",
+ supportFragmentV4 : "com.android.support:support-fragment:${supportLibVersion}",
+ supportDesign : "com.android.support:design:${supportLibVersion}",
+ supportRecyclerView : "com.android.support:recyclerview-v7:${supportLibVersion}",
// square crew
- timber : 'com.jakewharton.timber:timber:4.5.1',
- okhttp3 : 'com.squareup.okhttp3:okhttp:3.9.0',
- leakCanaryDebug : "com.squareup.leakcanary:leakcanary-android:${leakCanaryVersion}",
- leakCanaryRelease : "com.squareup.leakcanary:leakcanary-android-no-op:${leakCanaryVersion}"
+ timber : 'com.jakewharton.timber:timber:4.5.1',
+ okhttp3 : 'com.squareup.okhttp3:okhttp:3.9.0',
+ leakCanaryDebug : "com.squareup.leakcanary:leakcanary-android:${leakCanaryVersion}",
+ leakCanaryRelease : "com.squareup.leakcanary:leakcanary-android-no-op:${leakCanaryVersion}"
]
} \ No newline at end of file