Skip to content

Commit

Permalink
Release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rkistner committed Jan 7, 2020
1 parent e0d3409 commit c555ffb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 4.1.0 (2020-01-07)

* Ability to hide the laser in ViewfinderView (#503).
* Make possibleResultPoints method in BarcodeCallback optional (#504).
* Ability to customize or disable the permission error dialog (#505).

### 4.0.2 (2019-09-07)

* Use androidx.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ subprojects {
mavenLocal()
}

version = '4.0.2'
version = '4.1.0'
group = 'com.journeyapps'

ext.androidTargetSdk = 28
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 24
targetSdkVersion project.androidTargetSdk
versionCode 402
versionName "4.0.2"
versionCode 410
versionName "4.1.0"
}

def validConfig
Expand Down

0 comments on commit c555ffb

Please sign in to comment.