diff options
author | Łukasz Paczos <lukasz.paczos@mapbox.com> | 2018-08-29 16:30:28 +0200 |
---|---|---|
committer | Łukasz Paczos <lukasz.paczos@mapbox.com> | 2018-08-29 16:30:28 +0200 |
commit | 55dd9845cb0ce4c0fcfae16f8a78171e3ebf55dc (patch) | |
tree | 630be48417e24de7139b1ba0873de82f2a29941f | |
parent | 1127e356e4592c5daa0bf1d0f01bb51f79b06563 (diff) | |
download | qtlocation-mapboxgl-upstream/lp-bump-leak-canary-1.6.1.tar.gz |
[android] bump leak.canary to 1.6.1upstream/lp-bump-leak-canary-1.6.1
-rw-r--r-- | platform/android/gradle/dependencies.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/gradle/dependencies.gradle b/platform/android/gradle/dependencies.gradle index 1f773f77b0..86571bb05a 100644 --- a/platform/android/gradle/dependencies.gradle +++ b/platform/android/gradle/dependencies.gradle @@ -14,7 +14,7 @@ ext { supportLib : '27.1.1', espresso : '3.0.2', testRunner : '1.0.2', - leakCanary : '1.5.4', + leakCanary : '1.6.1', junit : '4.12', mockito : '2.18.3', robolectric : '3.8', |