Skip to content

Commit 577160b

Browse files
committed
Bumping version up.
1 parent ab5f830 commit 577160b

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
All notable changes to this project will be documented in this file.
33

44

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+
518
## [0.0.6] - 2018-04-10
619
### Added
720
- setOnYotiButtonClickListener method

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ Please start by adding dependencies in the "build.grade" file inside your applic
5252

5353
```gradle
5454
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)
5656
}
5757
```
5858
OR if you are using a recent version of gradle (>= 3.x):
5959
```gradle
6060
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)
6262
}
6363
```
6464

0 commit comments

Comments
 (0)