summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2018-07-16 14:27:48 +0200
committerTobrun <tobrun@mapbox.com>2018-07-16 15:37:52 +0200
commit6c9b627eaa17b06e1762addb4bf1ff182a340086 (patch)
treec6e2f378f7f32cb762112ee3762c8e8bbe677181
parenta6727921fc1608d341c086cd70341e6df5e79a2b (diff)
downloadqtlocation-mapboxgl-6c9b627eaa17b06e1762addb4bf1ff182a340086.tar.gz
[android] - bump kotlin, timber and okhttp to most recent stable versions
-rw-r--r--platform/android/gradle/dependencies.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/android/gradle/dependencies.gradle b/platform/android/gradle/dependencies.gradle
index 0dc8c21425..fccaea9f71 100644
--- a/platform/android/gradle/dependencies.gradle
+++ b/platform/android/gradle/dependencies.gradle
@@ -18,9 +18,9 @@ ext {
junit : '4.12',
mockito : '2.18.3',
robolectric : '3.8',
- timber : '4.7.0',
- okhttp : '3.10.0',
- kotlin : '1.2.50',
+ timber : '4.7.1',
+ okhttp : '3.11.0',
+ kotlin : '1.2.51',
licenses : '0.8.41'
]