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 1
1
# Mobile Security Toolkit
2
2
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
+
3
6
<img src =" ./docs/1.png " width =300 alt =" screenshot " />
4
7
5
8
In a world where mobile devices hold vast amounts of personal and
@@ -33,6 +36,21 @@ Swift Package Manager
33
36
`.package(url: "https://github.com/EXXETA/iOS-Security-Toolkit.git ", from:
34
37
"1.0.0")`
35
38
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
+
36
54
## Usage
37
55
38
56
### Variable API
@@ -63,8 +81,8 @@ See [CONTRIBUTING](./CONTRIBUTING.md)
63
81
## Authors and acknowledgment
64
82
65
83
Authors:
66
- - Yessine Choura
67
- - Denis Dobanda
84
+ - [ Yessine Choura] ( https://github.com/ychoura )
85
+ - [ Denis Dobanda] ( https://github.com/theDeniZ )
68
86
69
87
Special Thanks:
70
88
- Sabrina Geiger
You can’t perform that action at this time.
0 commit comments