File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
4
4
5
+ ## [ 1.0.0] - 2018-09-20
6
+ ### Added
7
+ - Adding callback to notify the 3rd party app that the call to Yoti has been done.
8
+
9
+ ### Changed
10
+ - Moving initialisation of scenarios to the onCreate method of the app.
11
+ - Readme file improvements.
12
+ - Forcing the opening of the Yoti app when SDK button is press to avoid app chooser to be showed.
13
+ - Bringing 3rd party app to the foreground after Yoti share completion: Added in Sample app 2, comments in Readme file.
14
+
15
+ ### Removed
16
+ - Removing the possibility of having a self-signed certificate when letting the SDK doing the call to the backend.
17
+
5
18
## [ 0.0.6] - 2018-04-10
6
19
### Added
7
20
- setOnYotiButtonClickListener method
Original file line number Diff line number Diff line change @@ -52,13 +52,13 @@ Please start by adding dependencies in the "build.grade" file inside your applic
52
52
53
53
``` gradle
54
54
dependencies {
55
- compile(com.yoti.mobile.android.sdk:yoti-button-sdk:0 .0.6 )
55
+ compile(com.yoti.mobile.android.sdk:yoti-button-sdk:1 .0.0 )
56
56
}
57
57
```
58
58
OR if you are using a recent version of gradle (>= 3.x):
59
59
``` gradle
60
60
dependencies {
61
- implementation(com.yoti.mobile.android.sdk:yoti-button-sdk:0 .0.6 )
61
+ implementation(com.yoti.mobile.android.sdk:yoti-button-sdk:1 .0.0 )
62
62
}
63
63
```
64
64
You can’t perform that action at this time.
0 commit comments