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 889c7c8 commit 9cd686aCopy full SHA for 9cd686a
README.md
@@ -23,7 +23,7 @@ TapTargetView is distributed using [jcenter](https://bintray.com/keepsafesoftwar
23
}
24
25
dependencies {
26
- implementation 'com.getkeepsafe.taptargetview:taptargetview:1.12.0'
+ implementation 'com.getkeepsafe.taptargetview:taptargetview:1.13.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.12.0'
+version = '1.13.0'
8
description = 'An implementation of tap targets from the Material Design guidelines for feature discovery'
9
10
android {
0 commit comments