Skip to content

Commit

Permalink
Prepare release for 3.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkistner committed Jun 5, 2016
1 parent 7d47cd3 commit 8ae76ea
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
### 3.3.0 (Pending)
### 3.3.0 (2016-06-05)

* Add an optional timeout to cancel scanning. (#161)
* Rename CompoundBarcodeView to DecoratedBarcodeView.
* Add more internal documentation (comments).

### 3.2.0 (2016-02-06)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repositories {
}
dependencies {
compile 'com.journeyapps:zxing-android-embedded:3.2.0@aar'
compile 'com.journeyapps:zxing-android-embedded:3.3.0@aar'
compile 'com.google.zxing:core:3.2.1'
compile 'com.android.support:appcompat-v7:23.1.0' // Version 23+ is required
}
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 = '3.2.0'
version = '3.3.0'
group = 'com.journeyapps'
apply plugin: 'android-sdk-manager'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ protected void onCreate(Bundle savedInstanceState) {
/**
* Override to use a different layout.
*
* @return the CompoundBarcodeView
* @return the DecoratedBarcodeView
*/
protected DecoratedBarcodeView initializeContent() {
setContentView(R.layout.zxing_capture);
Expand Down

0 comments on commit 8ae76ea

Please sign in to comment.