File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments