We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d4ae9 commit ddf5ea0Copy full SHA for ddf5ea0
README.md
@@ -23,7 +23,7 @@ TapTargetView is distributed using [jcenter](https://bintray.com/keepsafesoftwar
23
}
24
25
dependencies {
26
- compile 'com.getkeepsafe.taptargetview:taptargetview:1.9.1'
+ compile 'com.getkeepsafe.taptargetview:taptargetview:1.10.0'
27
28
```
29
taptargetview/build.gradle
@@ -4,7 +4,7 @@ apply plugin: 'com.jfrog.bintray'
4
5
def libname = 'TapTargetView'
6
group = 'com.getkeepsafe.taptargetview'
7
-version = '1.9.1'
+version = '1.10.0'
8
description = 'An implementation of tap targets from the Material Design guidelines for feature discovery'
9
10
android {
0 commit comments