Skip to content

Commit 9349b31

Browse files
committed
v4.0.2.
1 parent c0c8363 commit 9349b31

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGES.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
### 4.0.1 (2019-09-07)
1+
### 4.0.2 (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)
9+
### 4.0.0 / 4.0.1 (2019-09-07)
1010

11-
* Broken release - use 4.0.1.
11+
* Broken release - use 4.0.2.
1212

1313
### 3.6.0 (2018-03-04)
1414

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ subprojects {
1717
mavenLocal()
1818
}
1919

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

2323
ext.androidBuildTools = '28.0.3'

sample/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion 24
99
targetSdkVersion project.androidTargetSdk
10-
versionCode 401
11-
versionName "4.0.1"
10+
versionCode 402
11+
versionName "4.0.2"
1212
}
1313

1414
def validConfig

0 commit comments

Comments
 (0)