We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0d3409 commit c555ffbCopy full SHA for c555ffb
CHANGES.md
@@ -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
7
### 4.0.2 (2019-09-07)
8
9
* Use androidx.
build.gradle
@@ -17,7 +17,7 @@ subprojects {
17
mavenLocal()
18
}
19
20
- version = '4.0.2'
+ version = '4.1.0'
21
group = 'com.journeyapps'
22
23
ext.androidTargetSdk = 28
sample/build.gradle
@@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 24
targetSdkVersion project.androidTargetSdk
- versionCode 402
10
- versionName "4.0.2"
+ versionCode 410
+ versionName "4.1.0"
11
12
13
def validConfig
0 commit comments