Skip to content

Commit

Permalink
v4.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkistner committed Sep 7, 2019
1 parent c0c8363 commit 9349b31
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
### 4.0.1 (2019-09-07)
### 4.0.2 (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)
### 4.0.0 / 4.0.1 (2019-09-07)

* Broken release - use 4.0.1.
* Broken release - use 4.0.2.

### 3.6.0 (2018-03-04)

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.1'
version = '4.0.2'
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 401
versionName "4.0.1"
versionCode 402
versionName "4.0.2"
}

def validConfig
Expand Down

0 comments on commit 9349b31

Please sign in to comment.