Skip to content

Commit

Permalink
3.0.3: Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
ConstantinKV committed Aug 6, 2019
1 parent 6819bc6 commit fa7b82f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Salt Edge SDK library changelog

## [3.0.2] - 2019-08-06
## [3.0.3] - 2019-08-06
### Added
- Added Revoke Partner Consent feature

### Changed
- Fixed Saltbridge object parse error

## [3.0.2] - 2019-08-05
### Added
- Added documented sources to maven repository

Expand Down
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ repositories {
### Add SDK dependency to application `build.gradle`

```groovy
implementation ('com.saltedge.sdk:saltedge-library:3.0.2@aar') {
implementation ('com.saltedge.sdk:saltedge-library:3.0.3@aar') {
transitive = true
}
```
Expand Down

0 comments on commit fa7b82f

Please sign in to comment.