Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

Commit

Permalink
Bump to 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dushyanth Maguluru committed May 27, 2017
1 parent f5416e5 commit 229e96a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [1.9.3] - May 27, 2017
* Add ability to customize view finder with custom attributes. See #285 for more info. Thanks to @albinpoignot for the pull request

## [1.9.2] - May 13, 2017
* Add support for AZTEC codes in ZXing: #299, #288.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Installation

Add the following dependency to your build.gradle file.

`compile 'me.dm7.barcodescanner:zxing:1.9.2'`
`compile 'me.dm7.barcodescanner:zxing:1.9.3'`

Simple Usage
------------
Expand Down Expand Up @@ -126,7 +126,7 @@ Installation

Add the following dependency to your build.gradle file.

`compile 'me.dm7.barcodescanner:zbar:1.9.2'`
`compile 'me.dm7.barcodescanner:zbar:1.9.3'`

Simple Usage
------------
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {

allprojects {
group = 'me.dm7.barcodescanner'
version = '1.9.2'
version = '1.9.3'

repositories {
mavenCentral()
Expand Down Expand Up @@ -44,8 +44,8 @@ subprojects {
defaultConfig {
minSdkVersion versions.min_sdk
targetSdkVersion versions.target_sdk
versionCode 192
versionName "1.9.2"
versionCode 193
versionName "1.9.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ext.versions = [
build_tools : "25.0.2",
support_lib : "25.3.1",
zxing : "3.3.0",
barcodescanner: "1.9.2"
barcodescanner: "1.9.3"
]

ext.libraries = [
Expand Down

0 comments on commit 229e96a

Please sign in to comment.