From 2f04f956c0b47bfb7a00cc3a524336e3d3df6c64 Mon Sep 17 00:00:00 2001 From: vshcherb Date: Wed, 5 Sep 2018 14:58:07 +0200 Subject: [PATCH] Update build.gradle --- OsmAnd/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OsmAnd/build.gradle b/OsmAnd/build.gradle index 329f52556b..5bf1eee503 100644 --- a/OsmAnd/build.gradle +++ b/OsmAnd/build.gradle @@ -391,7 +391,7 @@ dependencies { qtcoredebugImplementation "net.osmand:OsmAndCore_android:0.1-SNAPSHOT@aar" qtcoreImplementation "net.osmand:OsmAndCore_androidNativeRelease:0.1-SNAPSHOT@aar" qtcoreImplementation "net.osmand:OsmAndCore_android:0.1-SNAPSHOT@aar" - implementation ("com.getkeepsafe.taptargetview:taptargetview:1.6.1"){ + implementation ("com.getkeepsafe.taptargetview:taptargetview:1.12.0"){ exclude group: 'com.android.support' } implementation 'com.github.PhilJay:MPAndroidChart:v3.0.1'