File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
+ ## [ 1.3.3] - 2022-04-04
4
+ ### Changed
5
+ - Add configurable app packages (automation fix)
6
+
3
7
## [ 1.3.2] - 2022-03-30
4
8
### Fixed
5
9
- Fix crash when returning from Digital IDs Apps.
6
10
7
- ## [ 1.3.2] - 2022-03-28
8
- ### Changed
9
- - Add configurable app packages (automation fix)
10
-
11
11
## [ 1.3.1] - 2022-02-22
12
12
### Changed
13
13
- Update pending intent flags to support Android 12.
Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ easyIDScheme=easyid://
56
56
pomId =yoti-button-sdk
57
57
pomGroup =com.yoti.mobile.android.sdk
58
58
pomPackaging =aar
59
- pomVersion =1.3.2
59
+ pomVersion =1.3.3
60
60
pomDescription =Button SDK that allows 3rd party to trigger Yoti as support app
61
- currentVersionCode =000012
61
+ currentVersionCode =000013
62
62
63
63
pomLicenseName =MIT
64
64
pomLicenseUrl =https://github.com/getyoti/android-sdk-button/blob/master/LICENSE.md
You can’t perform that action at this time.
0 commit comments