Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog
All notable changes to this project will be documented in this file.
## [1.3.2] - 2022-03-30
### Fixed
- Fix crash when returning from Digital IDs Apps.

## [1.3.1] - 2022-02-22
### Changed
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ easyIDScheme=easyid://
pomId=yoti-button-sdk
pomGroup=com.yoti.mobile.android.sdk
pomPackaging=aar
pomVersion=1.3.1
pomVersion=1.3.2
pomDescription=Button SDK that allows 3rd party to trigger Yoti as support app
currentVersionCode=000011
currentVersionCode=000012

pomLicenseName=MIT
pomLicenseUrl=https://github.com/getyoti/android-sdk-button/blob/master/LICENSE.md
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ protected void onCreate(Bundle savedInstanceState) {

Intent intent = new Intent(getIntent().getAction());
intent.setPackage(getIntent().getPackage());
intent.putExtras(getIntent().getExtras());

sendBroadcast(intent);

Expand Down