Skip to content

Commit 27c22e8

Browse files
committed
v4.0.1
1 parent d77fa29 commit 27c22e8

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
### 4.0.0 (2019-09-07)
1+
### 4.0.1 (2019-09-07)
22

33
* Use androidx.
44
* Use zxing:core 3.4.0 by default.
55
* Minimum SDK version 24.
66
* Fix ArithmeticException.
77
* Fix ResultPoint locations when camera is mirrored.
88

9+
### 4.0.0 (2019-09-07)
10+
11+
* Broken release - use 4.0.1.
12+
913
### 3.6.0 (2018-03-04)
1014

1115
* Use zxing:core 3.3.2 by default (#360).

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ subprojects {
1717
mavenLocal()
1818
}
1919

20-
version = '4.0.0'
20+
version = '4.0.1'
2121
group = 'com.journeyapps'
2222

2323
ext.androidBuildTools = '28.0.3'

sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion 24
99
targetSdkVersion project.androidTargetSdk
10-
versionCode 400
11-
versionName "4.0.0"
10+
versionCode 401
11+
versionName "4.0.1"
1212
}
1313

1414
def validConfig

0 commit comments

Comments
 (0)