Skip to content

Commit ec39b83

Browse files
committed
Dev
1 parent d0c96d1 commit ec39b83

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Code scanner library for [Android](https://developer.android.com), based on [ZXi
1212
* Portrait and landscape screen orientations
1313
* Back and front facing cameras
1414
* Customizable viewfinder
15-
* Kotlin-friendly
15+
* Kotlin friendly
16+
* Touch focus
1617

1718
### Supported formats
1819
| 1D product | 1D industrial | 2D
@@ -29,7 +30,7 @@ Code scanner library for [Android](https://developer.android.com), based on [ZXi
2930
Add dependency:
3031
```gradle
3132
dependencies {
32-
implementation 'com.budiyev.android:code-scanner:1.9.4'
33+
implementation 'com.budiyev.android:code-scanner:2.0.0'
3334
}
3435
```
3536
Add camera permission to AndroidManifest.xml (Don't forget about dynamic permissions on API >= 23):

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ buildscript {
66

77
dependencies {
88
classpath 'com.android.tools.build:gradle:3.2.0'
9-
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
10-
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0'
9+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
10+
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
1111
}
1212
}
1313

@@ -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.9.4'
28+
libraryVersion = '2.0.0'
2929
artifact = 'code-scanner'
3030
developerId = 'yuriy-budiyev'
3131
developerName = 'Yuriy Budiyev'
@@ -45,7 +45,7 @@ android {
4545
defaultConfig {
4646
minSdkVersion 19
4747
targetSdkVersion 28
48-
versionCode 54
48+
versionCode 55
4949
versionName libraryVersion
5050
}
5151

0 commit comments

Comments
 (0)