Skip to content

Commit 11255b0

Browse files
committed
Relase 0.2.0
1 parent 53df9e4 commit 11255b0

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ More info on the [sample project](https://github.com/douglasjunior/android-simpl
8686

8787
```javascript
8888
dependencies {
89-
compile 'com.github.douglasjunior:android-simple-tooltip:0.1.3'
89+
compile 'com.github.douglasjunior:android-simple-tooltip:0.2.0'
9090
}
9191
```
9292

README.pt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Para mais informações, confira o [projeto de exemplo](https://github.com/dougl
8686

8787
```javascript
8888
dependencies {
89-
compile 'com.github.douglasjunior:android-simple-tooltip:0.1.3'
89+
compile 'com.github.douglasjunior:android-simple-tooltip:0.2.0'
9090
}
9191
```
9292

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ buildscript {
1818
allprojects {
1919
repositories {
2020
jcenter()
21+
//maven { url "https://jitpack.io" }
2122
}
2223
}
2324

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
defaultConfig {
1111
minSdkVersion 7
1212
targetSdkVersion 24
13-
versionCode 7
14-
versionName "0.2.0"
13+
versionCode 8
14+
versionName "0.2.1"
1515
}
1616
buildTypes {
1717
release {

sample/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ dependencies {
2424
compile 'com.android.support:appcompat-v7:24.0.0'
2525
compile 'com.android.support:design:24.0.0'
2626
compile project(':library')
27+
//compile 'com.github.douglasjunior:android-simple-tooltip:0.2.0'
2728
}

0 commit comments

Comments
 (0)