File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- ### 4.0.1 (2019-09-07)
1
+ ### 4.0.2 (2019-09-07)
2
2
3
3
* Use androidx.
4
4
* Use zxing: core 3.4.0 by default.
5
5
* Minimum SDK version 24.
6
6
* Fix ArithmeticException.
7
7
* Fix ResultPoint locations when camera is mirrored.
8
8
9
- ### 4.0.0 (2019-09-07)
9
+ ### 4.0.0 / 4.0.1 (2019-09-07)
10
10
11
- * Broken release - use 4.0.1 .
11
+ * Broken release - use 4.0.2 .
12
12
13
13
### 3.6.0 (2018-03-04)
14
14
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ subprojects {
17
17
mavenLocal()
18
18
}
19
19
20
- version = ' 4.0.1 '
20
+ version = ' 4.0.2 '
21
21
group = ' com.journeyapps'
22
22
23
23
ext. androidBuildTools = ' 28.0.3'
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
7
7
defaultConfig {
8
8
minSdkVersion 24
9
9
targetSdkVersion project. androidTargetSdk
10
- versionCode 401
11
- versionName " 4.0.1 "
10
+ versionCode 402
11
+ versionName " 4.0.2 "
12
12
}
13
13
14
14
def validConfig
You can’t perform that action at this time.
0 commit comments