File tree 4 files changed +6
-4
lines changed
zxing-android-embedded/src/com/journeyapps/barcodescanner
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- ### 3.3.0 (Pending )
1
+ ### 3.3.0 (2016-06-05 )
2
2
3
+ * Add an optional timeout to cancel scanning. (#161 )
3
4
* Rename CompoundBarcodeView to DecoratedBarcodeView.
5
+ * Add more internal documentation (comments).
4
6
5
7
### 3.2.0 (2016-02-06)
6
8
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ repositories {
26
26
}
27
27
28
28
dependencies {
29
- compile 'com.journeyapps:zxing-android-embedded:3.2 .0@aar'
29
+ compile 'com.journeyapps:zxing-android-embedded:3.3 .0@aar'
30
30
compile 'com.google.zxing:core:3.2.1'
31
31
compile 'com.android.support:appcompat-v7:23.1.0' // Version 23+ is required
32
32
}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ subprojects {
17
17
mavenLocal()
18
18
}
19
19
20
- version = ' 3.2 .0'
20
+ version = ' 3.3 .0'
21
21
group = ' com.journeyapps'
22
22
apply plugin : ' android-sdk-manager'
23
23
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ protected void onCreate(Bundle savedInstanceState) {
27
27
/**
28
28
* Override to use a different layout.
29
29
*
30
- * @return the CompoundBarcodeView
30
+ * @return the DecoratedBarcodeView
31
31
*/
32
32
protected DecoratedBarcodeView initializeContent () {
33
33
setContentView (R .layout .zxing_capture );
You can’t perform that action at this time.
0 commit comments