Skip to content

Commit 53acf4c

Browse files
committed
feat: updated readme
Signed-off-by: Denis Dobanda <[email protected]>
1 parent 03ebfcf commit 53acf4c

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Mobile Security Toolkit
22

3+
![License](https://img.shields.io/github/license/EXXETA/Flutter-Security-Toolkit.svg?style=flat-square)
4+
![Release](https://img.shields.io/github/release/EXXETA/Flutter-Security-Toolkit.svg?style=flat-square)
5+
36
<img src="./docs/1.png" width=300 alt="screenshot"/>
47

58
In a world where mobile devices hold vast amounts of personal and
@@ -33,6 +36,21 @@ Swift Package Manager
3336
`.package(url: "https://github.com/EXXETA/iOS-Security-Toolkit.git", from:
3437
"1.0.0")`
3538

39+
40+
!Important:
41+
42+
Make sure your `android/build.gradle` contains following:
43+
```
44+
allprojects {
45+
repositories {
46+
.
47+
.
48+
.
49+
maven { url 'https://jitpack.io' }
50+
}
51+
}
52+
```
53+
3654
## Usage
3755

3856
### Variable API
@@ -63,8 +81,8 @@ See [CONTRIBUTING](./CONTRIBUTING.md)
6381
## Authors and acknowledgment
6482

6583
Authors:
66-
- Yessine Choura
67-
- Denis Dobanda
84+
- [Yessine Choura](https://github.com/ychoura)
85+
- [Denis Dobanda](https://github.com/theDeniZ)
6886

6987
Special Thanks:
7088
- Sabrina Geiger

0 commit comments

Comments
 (0)