Skip to content

Commit

Permalink
Advance version number to 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markusfisch committed Nov 12, 2019
1 parent 691fe05 commit 983c3e3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

# 1.17.0
* Pinch/Zoom shared/loaded images to scan just a section
* Add a load file menu item to load an image file
* Add a save file menu item to the barcode view
* Use discrete style for size seek bar
* Fix bar transparency when zooming/pinching

# 1.16.0
* Improve displaying scanned barcodes
* Show a message if a barcode cannot be shared
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
minSdkVersion 9
targetSdkVersion sdk_version

versionCode 43
versionName '1.16.0'
versionCode 44
versionName '1.17.0'

// it's recommended to set this value to the lowest API level
// able to provide all the functionality
Expand Down

0 comments on commit 983c3e3

Please sign in to comment.