Skip to content

Commit

Permalink
Update readme with the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
dlazaro66 committed Nov 12, 2017
1 parent 8d8afeb commit 3f2f1f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -89,7 +89,7 @@ Add QRCodeReaderView dependency to your build.gradle
```groovy
dependencies{
compile 'com.dlazaro66.qrcodereaderview:qrcodereaderview:2.0.2'
compile 'com.dlazaro66.qrcodereaderview:qrcodereaderview:2.0.3'
}
```

Expand All @@ -98,7 +98,7 @@ Note: There is an issue with gradle 2.10, if you declare your dependency and it
```groovy
dependencies{
compile ('com.dlazaro66.qrcodereaderview:qrcodereaderview:2.0.2@aar'){
compile ('com.dlazaro66.qrcodereaderview:qrcodereaderview:2.0.3@aar'){
transitive = true
}
}
Expand Down

0 comments on commit 3f2f1f0

Please sign in to comment.