Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Budiyev committed Feb 28, 2018
1 parent ea538d0 commit 0e40739
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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.1'
implementation 'com.budiyev.android:code-scanner:1.8.2'
}
```
Add camera permission to AndroidManifest.xml (Don't forget about dynamic permissions on API >= 23):
Expand Down
6 changes: 3 additions & 3 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.1'
libraryVersion = '1.8.2'
artifact = 'code-scanner'
developerId = 'yuriy-budiyev'
developerName = 'Yuriy Budiyev'
Expand All @@ -46,7 +46,7 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 27
versionCode 41
versionCode 42
versionName libraryVersion
}

Expand All @@ -65,7 +65,7 @@ android {
dependencies {
api 'com.google.zxing:core:3.3.2'
api 'com.google.zxing:android-core:3.3.0'
api 'com.android.support:support-annotations:27.0.2'
api 'com.android.support:support-annotations:27.1.0'
}

group = publishedGroupId
Expand Down

0 comments on commit 0e40739

Please sign in to comment.