Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ConstantinKV committed Oct 23, 2020
2 parents b448495 + e2b21f5 commit 5f85912
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
9 changes: 6 additions & 3 deletions authenticator_sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg)](http://perso.crans.org/besson/LICENSE.html)
[![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg)](http://perso.crans.org/besson/LICENSE.html)
![SDK Version](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fsaltedge%2Fsca-authenticator-android%2Fmaster%2Fauthenticator_sdk%2Fbadge_version.json)
![Android API](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fsaltedge%2Fsca-authenticator-android%2Fmaster%2Fauthenticator_sdk%2Fbadge_android.json)

# Salt Edge Authenticator Android SDK

Salt Edge Authenticator Android SDK - is a set of tools for implementing connection to Salt Edge Authenticator API of Service Provider (e.g Bank) System, that implements Strong Customer Authentication/Dynamic Linking process.
Expand All @@ -18,7 +21,7 @@ In order to use Authenticator SDK it is necessary to install the following tools
* [Android SDK](https://developer.android.com/studio/index.html)
* IDE (e.g. Android Studio)
* [Kotlin plugin installed](https://developer.android.com/kotlin/) v.1.3.+ [**optional**]
* Minimal supported Android SDK is SDK21 (Android 5 Lollipop)
* Minimal supported Android API: 21 (Android 5 Lollipop)


## How to add SDK to project
Expand All @@ -41,7 +44,7 @@ In order to use Authenticator SDK it is necessary to install the following tools
```
1. Add SDK dependency to application build.gradle
```groovy
implementation ('com.saltedge.authenticator.sdk:authenticator_sdk:1.2.0@aar') {
implementation ('com.saltedge.authenticator.sdk:authenticator_sdk:x.x.x@aar') {
transitive = true
}
```
Expand Down
6 changes: 6 additions & 0 deletions authenticator_sdk/badge_android.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"schemaVersion": 1,
"label": "Android API",
"message": ">= 21 (Android 5.0)",
"color": "green"
}
7 changes: 7 additions & 0 deletions authenticator_sdk/badge_version.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"schemaVersion": 1,
"label": "SDK version",
"message": "1.2.0",
"labelColor": "blue",
"color": "orange"
}

0 comments on commit 5f85912

Please sign in to comment.