Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-budiyev committed Sep 25, 2018
1 parent d0c96d1 commit ec39b83
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ 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
* Kotlin friendly
* Touch focus

### Supported formats
| 1D product | 1D industrial | 2D
Expand All @@ -29,7 +30,7 @@ Code scanner library for [Android](https://developer.android.com), based on [ZXi
Add dependency:
```gradle
dependencies {
implementation 'com.budiyev.android:code-scanner:1.9.4'
implementation 'com.budiyev.android:code-scanner:2.0.0'
}
```
Add camera permission to AndroidManifest.xml (Don't forget about dynamic permissions on API >= 23):
Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ buildscript {

dependencies {
classpath 'com.android.tools.build:gradle:3.2.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
}
}

Expand All @@ -25,7 +25,7 @@ apply plugin: 'com.jfrog.bintray'
ext {
libraryName = 'CodeScanner'
libraryDescription = 'Code scanner library for Android, based on ZXing'
libraryVersion = '1.9.4'
libraryVersion = '2.0.0'
artifact = 'code-scanner'
developerId = 'yuriy-budiyev'
developerName = 'Yuriy Budiyev'
Expand All @@ -45,7 +45,7 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 28
versionCode 54
versionCode 55
versionName libraryVersion
}

Expand Down

0 comments on commit ec39b83

Please sign in to comment.