Skip to content

Commit

Permalink
1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiphirx committed Feb 9, 2017
1 parent aa46c78 commit 8c5a786
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.7.0'
compile 'com.getkeepsafe.taptargetview:taptargetview:1.8.0'
}
```

Expand Down
6 changes: 3 additions & 3 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.7.0'
version = '1.8.0'
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 13
versionCode 14
versionName project.version
}
buildTypes {
Expand All @@ -24,7 +24,7 @@ android {
}

dependencies {
def supportLibraryVersion = '25.1.0'
def supportLibraryVersion = '25.1.1'
compile "com.android.support:support-annotations:$supportLibraryVersion"
compile "com.android.support:appcompat-v7:$supportLibraryVersion"
}
Expand Down

0 comments on commit 8c5a786

Please sign in to comment.