Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Budiyev committed Oct 3, 2017
1 parent b628e3a commit 48efc94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Code scanner library based on [ZXing](https://github.com/zxing/zxing)
Add dependency:
```
dependencies {
implementation 'com.budiyev.android:code-scanner:1.4.2'
implementation 'com.budiyev.android:code-scanner:1.5.0'
}
```
Add camera permission to AndroidManifest.xml (Don't forget about dynamic permissions on API >= 23):
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ apply plugin: 'com.jfrog.bintray'
ext {
libraryName = 'CodeScanner'
libraryDescription = 'Code scanner library based on ZXing'
libraryVersion = '1.4.2'
libraryVersion = '1.5.0'
artifact = 'code-scanner'
developerId = 'yuriy-budiyev'
developerName = 'Yuriy Budiyev'
Expand Down

0 comments on commit 48efc94

Please sign in to comment.