Skip to content

Commit c555ffb

Browse files
committed
Release 4.1.0
1 parent e0d3409 commit c555ffb

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGES.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 4.1.0 (2020-01-07)
2+
3+
* Ability to hide the laser in ViewfinderView (#503).
4+
* Make possibleResultPoints method in BarcodeCallback optional (#504).
5+
* Ability to customize or disable the permission error dialog (#505).
6+
17
### 4.0.2 (2019-09-07)
28

39
* Use androidx.

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.2'
20+
version = '4.1.0'
2121
group = 'com.journeyapps'
2222

2323
ext.androidTargetSdk = 28

sample/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
defaultConfig {
77
minSdkVersion 24
88
targetSdkVersion project.androidTargetSdk
9-
versionCode 402
10-
versionName "4.0.2"
9+
versionCode 410
10+
versionName "4.1.0"
1111
}
1212

1313
def validConfig

0 commit comments

Comments
 (0)