Skip to content

Commit

Permalink
Library: 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xiphirx committed Oct 14, 2016
1 parent 204dff6 commit 07070f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ TapTargetView is distributed using [jcenter](https://bintray.com/keepsafesoftwar
}
dependencies {
compile 'com.getkeepsafe.taptargetview:taptargetview:1.4.0'
compile 'com.getkeepsafe.taptargetview:taptargetview:1.4.1'
}
```

Expand Down
4 changes: 2 additions & 2 deletions taptargetview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'com.jfrog.bintray'

def libname = 'TapTargetView'
group = 'com.getkeepsafe.taptargetview'
version = '1.4.0'
version = '1.4.1'
description = 'An implementation of tap targets from the Material Design guidelines for feature discovery'

android {
Expand All @@ -13,7 +13,7 @@ android {

defaultConfig {
minSdkVersion 14
versionCode 5
versionCode 6
versionName project.version
}
buildTypes {
Expand Down

0 comments on commit 07070f5

Please sign in to comment.