File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
sample/src/main/res/layout Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ ## [ 0.36.0]
5+
6+ ### Added
7+ - Support for printed coupons
8+
9+ ### Changed
10+ - Support for new coupon metadata
11+ - Improved SEPACardInputView for copy pasting IBAN's with prefixes
12+ - Removed flash and search buttons in SelfScanningView
13+ - Replaced scan indicator with a barcode image
14+
15+ ### Fixed
16+ - Remove old scan result messages
17+
418## [ 0.35.9]
519
620### Fixed
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ allprojects {
3030 }
3131
3232 project. ext {
33- sdkVersion= ' 0.35.9 '
33+ sdkVersion= ' 0.36.0 '
3434 versionCode= 1
3535
3636 compileSdkVersion= 30
Original file line number Diff line number Diff line change 7878 android : padding =" 8dp"
7979 android : id =" @+id/age_verification"
8080 android : text =" Age Verification" />
81-
81+
8282 </LinearLayout >
8383</ScrollView >
You can’t perform that action at this time.
0 commit comments