diff options
author | Tobrun <tobrun.van.nuland@gmail.com> | 2018-07-16 14:27:48 +0200 |
---|---|---|
committer | Tobrun <tobrun@mapbox.com> | 2018-07-16 15:37:52 +0200 |
commit | 6c9b627eaa17b06e1762addb4bf1ff182a340086 (patch) | |
tree | c6e2f378f7f32cb762112ee3762c8e8bbe677181 /platform/android | |
parent | a6727921fc1608d341c086cd70341e6df5e79a2b (diff) | |
download | qtlocation-mapboxgl-6c9b627eaa17b06e1762addb4bf1ff182a340086.tar.gz |
[android] - bump kotlin, timber and okhttp to most recent stable versions
Diffstat (limited to 'platform/android')
-rw-r--r-- | platform/android/gradle/dependencies.gradle | 6 |
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' ] |