File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ buildscript {
7
7
mavenLocal()
8
8
google()
9
9
mavenCentral()
10
+ maven { url ' https://jitpack.io' }
10
11
}
11
12
12
13
dependencies {
@@ -20,6 +21,7 @@ allprojects {
20
21
mavenLocal()
21
22
google()
22
23
mavenCentral()
24
+ maven { url ' https://jitpack.io' }
23
25
}
24
26
}
25
27
@@ -52,7 +54,7 @@ android {
52
54
}
53
55
54
56
dependencies {
55
- implementation(" com.exxeta:security-toolkit :1.0.0 " )
57
+ implementation(" com.github.EXXETA:Android-Security-Toolkit :1.0.1 " )
56
58
57
59
testImplementation(" org.jetbrains.kotlin:kotlin-test" )
58
60
testImplementation(" org.mockito:mockito-core:5.0.0" )
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ allprojects {
3
3
google()
4
4
mavenCentral()
5
5
mavenLocal()
6
+ maven { url ' https://jitpack.io' }
6
7
}
7
8
}
8
9
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ packages:
89
89
path: ".."
90
90
relative: true
91
91
source: path
92
- version: "0 .0.1 "
92
+ version: "1 .0.0 "
93
93
flutter_test:
94
94
dependency: "direct dev"
95
95
description: flutter
You can’t perform that action at this time.
0 commit comments