File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 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
58In 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
6583Authors:
66- - Yessine Choura
67- - Denis Dobanda
84+ - [ Yessine Choura] ( https://github.com/ychoura )
85+ - [ Denis Dobanda] ( https://github.com/theDeniZ )
6886
6987Special Thanks:
7088- Sabrina Geiger
You can’t perform that action at this time.
0 commit comments