Skip to content

Commit

Permalink
v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rkistner committed Sep 7, 2019
1 parent d77fa29 commit 27c22e8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
### 4.0.0 (2019-09-07)
### 4.0.1 (2019-09-07)

* Use androidx.
* Use zxing:core 3.4.0 by default.
* Minimum SDK version 24.
* Fix ArithmeticException.
* Fix ResultPoint locations when camera is mirrored.

### 4.0.0 (2019-09-07)

* Broken release - use 4.0.1.

### 3.6.0 (2018-03-04)

* Use zxing:core 3.3.2 by default (#360).
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ subprojects {
mavenLocal()
}

version = '4.0.0'
version = '4.0.1'
group = 'com.journeyapps'

ext.androidBuildTools = '28.0.3'
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 24
targetSdkVersion project.androidTargetSdk
versionCode 400
versionName "4.0.0"
versionCode 401
versionName "4.0.1"
}

def validConfig
Expand Down

0 comments on commit 27c22e8

Please sign in to comment.