Skip to content

Commit 8a61b08

Browse files
authored
feat(secure-store): enable 16kb page size support (#648)
1 parent 226cfc8 commit 8a61b08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
repositories {
22
mavenCentral()
3+
maven { url 'https://jitpack.io' }
34
}
45

56
dependencies {
6-
implementation 'com.orhanobut:hawk:2.0.1'
7+
implementation 'com.github.triniwiz:hawk:712a481082'
78
}

0 commit comments

Comments
 (0)