Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-budiyev committed Apr 26, 2018
1 parent 476168f commit b23ec06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Code scanner library for [Android](https://developer.android.com), based on [ZXi
* Portrait and landscape screen orientations
* Back and front facing cameras
* Customizable viewfinder
* Kotlin-friendly interface

### Supported formats
| 1D product | 1D industrial | 2D
Expand All @@ -27,7 +28,7 @@ Code scanner library for [Android](https://developer.android.com), based on [ZXi
Add dependency:
```gradle
dependencies {
implementation 'com.budiyev.android:code-scanner:1.8.4'
implementation 'com.budiyev.android:code-scanner:1.8.5'
}
```
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 for Android, based on ZXing'
libraryVersion = '1.8.4'
libraryVersion = '1.8.5'
artifact = 'code-scanner'
developerId = 'yuriy-budiyev'
developerName = 'Yuriy Budiyev'
Expand All @@ -45,7 +45,7 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 27
versionCode 44
versionCode 45
versionName libraryVersion
}

Expand Down

0 comments on commit b23ec06

Please sign in to comment.