Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-budiyev committed Aug 16, 2017
1 parent 262e2fa commit cfe8974
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Code scanner library based on ZXing
Add dependency:
```
dependencies {
implementation 'com.budiyev.android:code-scanner:1.0.0'
implementation 'com.budiyev.android:code-scanner:1.0.1'
}
```
Add camera permission to AndroidManifest.xml (Don't forget about dynamic permissions on API >= 23):
Expand Down
4 changes: 2 additions & 2 deletions 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.0.0'
libraryVersion = '1.0.1'
artifact = 'code-scanner'
developerId = 'yuriy-budiyev'
developerName = 'Yuriy Budiyev'
Expand All @@ -46,7 +46,7 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 26
versionCode 1
versionCode 2
versionName libraryVersion
}

Expand Down

0 comments on commit cfe8974

Please sign in to comment.