Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasjunior committed Jul 17, 2017
1 parent a4e9a83 commit f24746b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
defaultConfig {
minSdkVersion 7
targetSdkVersion 24
versionCode 8
versionName "0.2.1"
versionCode 9
versionName "0.2.2"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ dependencies {
compile 'com.android.support:appcompat-v7:24.0.0'
compile 'com.android.support:design:24.0.0'
compile project(':library')
//compile 'com.github.douglasjunior:android-simple-tooltip:0.2.0'
//compile 'com.github.douglasjunior:android-simple-tooltip:0.2.1'
}

0 comments on commit f24746b

Please sign in to comment.