Skip to content

Commit 9dafbe0

Browse files
committed
v0.36.0
1 parent bbd2506 commit 9dafbe0

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Changelog
22
All 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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

sample/src/main/res/layout/fragment_home.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@
7878
android:padding="8dp"
7979
android:id="@+id/age_verification"
8080
android:text="Age Verification" />
81-
81+
8282
</LinearLayout>
8383
</ScrollView>

0 commit comments

Comments
 (0)