Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hu2di authored Nov 15, 2017
1 parent db1f501 commit 0b999a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ allprojects {
Step 2. Add the dependency
```groovy
dependencies {
compile 'com.github.hu2di:RateDialog:v1.0.2'
compile 'com.github.hu2di:RateDialog:1.0.3'
}
```

Expand Down Expand Up @@ -75,7 +75,7 @@ new MyRate(context,
}

@Override
public void fiveStars() {
public void fiveStars() {
}
},
"Comment aimeriez-vous cette application?",
Expand Down

0 comments on commit 0b999a4

Please sign in to comment.