Skip to content

Commit 03ebfcf

Browse files
committed
feat: updated android dependencies
Signed-off-by: Denis Dobanda <[email protected]>
1 parent bb4812b commit 03ebfcf

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

android/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ buildscript {
77
mavenLocal()
88
google()
99
mavenCentral()
10+
maven { url 'https://jitpack.io' }
1011
}
1112

1213
dependencies {
@@ -20,6 +21,7 @@ allprojects {
2021
mavenLocal()
2122
google()
2223
mavenCentral()
24+
maven { url 'https://jitpack.io' }
2325
}
2426
}
2527

@@ -52,7 +54,7 @@ android {
5254
}
5355

5456
dependencies {
55-
implementation("com.exxeta:security-toolkit:1.0.0")
57+
implementation("com.github.EXXETA:Android-Security-Toolkit:1.0.1")
5658

5759
testImplementation("org.jetbrains.kotlin:kotlin-test")
5860
testImplementation("org.mockito:mockito-core:5.0.0")

example/android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ allprojects {
33
google()
44
mavenCentral()
55
mavenLocal()
6+
maven { url 'https://jitpack.io' }
67
}
78
}
89

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ packages:
8989
path: ".."
9090
relative: true
9191
source: path
92-
version: "0.0.1"
92+
version: "1.0.0"
9393
flutter_test:
9494
dependency: "direct dev"
9595
description: flutter

0 commit comments

Comments
 (0)