summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Paczos <lukasz.paczos@mapbox.com>2018-03-27 18:23:07 +0200
committerGitHub <noreply@github.com>2018-03-27 18:23:07 +0200
commit7f18b0bbb293b4dcf4cbc365ec0c7f705f33306b (patch)
treec47759955c0fc9f54dfae6c6afa91b0806ee6feb
parenta7e35d94b59fb33b944aa7a9641e5a9308947c7e (diff)
downloadqtlocation-mapboxgl-7f18b0bbb293b4dcf4cbc365ec0c7f705f33306b.tar.gz
[android] bumped gestures library version to 0.2.0 (#11535)
-rw-r--r--platform/android/gradle/dependencies.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/gradle/dependencies.gradle b/platform/android/gradle/dependencies.gradle
index b3e123b464..a92619a838 100644
--- a/platform/android/gradle/dependencies.gradle
+++ b/platform/android/gradle/dependencies.gradle
@@ -10,7 +10,7 @@ ext {
versions = [
mapboxServices : '3.0.0-beta.4',
mapboxTelemetry: '3.0.0-beta.3',
- mapboxGestures : '0.1.0',
+ mapboxGestures : '0.2.0',
supportLib : '25.4.0',
espresso : '3.0.1',
testRunner : '1.0.1',