Skip to content

Commit b23ec06

Browse files
committed
Dev
1 parent 476168f commit b23ec06

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Code scanner library for [Android](https://developer.android.com), based on [ZXi
1111
* Portrait and landscape screen orientations
1212
* Back and front facing cameras
1313
* Customizable viewfinder
14+
* Kotlin-friendly interface
1415

1516
### Supported formats
1617
| 1D product | 1D industrial | 2D
@@ -27,7 +28,7 @@ Code scanner library for [Android](https://developer.android.com), based on [ZXi
2728
Add dependency:
2829
```gradle
2930
dependencies {
30-
implementation 'com.budiyev.android:code-scanner:1.8.4'
31+
implementation 'com.budiyev.android:code-scanner:1.8.5'
3132
}
3233
```
3334
Add camera permission to AndroidManifest.xml (Don't forget about dynamic permissions on API >= 23):

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ apply plugin: 'com.jfrog.bintray'
2525
ext {
2626
libraryName = 'CodeScanner'
2727
libraryDescription = 'Code scanner library for Android, based on ZXing'
28-
libraryVersion = '1.8.4'
28+
libraryVersion = '1.8.5'
2929
artifact = 'code-scanner'
3030
developerId = 'yuriy-budiyev'
3131
developerName = 'Yuriy Budiyev'
@@ -45,7 +45,7 @@ android {
4545
defaultConfig {
4646
minSdkVersion 14
4747
targetSdkVersion 27
48-
versionCode 44
48+
versionCode 45
4949
versionName libraryVersion
5050
}
5151

0 commit comments

Comments
 (0)