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.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Dushyanth Maguluru committed Jul 29, 2017
1 parent 641a06e commit 81aee5a
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.5] - July 28, 2017
* Fix incorrectly rotated data on Nexus 5x devices. Thanks to @rramprasad for the pull request #315

## [1.9.4] - July 15, 2017
* Add ability to customize aspect ratio tolerance that is used in figuring out the optimal camera preview size. This is just a temporary fix for #249,#287,#293

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.4'`
`compile 'me.dm7.barcodescanner:zxing:1.9.5'`

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.4'`
`compile 'me.dm7.barcodescanner:zbar:1.9.5'`

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.4'
version = '1.9.5'

repositories {
mavenCentral()
Expand Down Expand Up @@ -44,8 +44,8 @@ subprojects {
defaultConfig {
minSdkVersion versions.min_sdk
targetSdkVersion versions.target_sdk
versionCode 194
versionName "1.9.4"
versionCode 195
versionName "1.9.5"
}
}
}
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.4"
barcodescanner: "1.9.5"
]

ext.libraries = [
Expand Down

0 comments on commit 81aee5a

Please sign in to comment.