We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226cfc8 commit 8a61b08Copy full SHA for 8a61b08
packages/secure-storage/platforms/android/include.gradle
@@ -1,7 +1,8 @@
1
repositories {
2
mavenCentral()
3
+ maven { url 'https://jitpack.io' }
4
}
5
6
dependencies {
- implementation 'com.orhanobut:hawk:2.0.1'
7
+ implementation 'com.github.triniwiz:hawk:712a481082'
8
0 commit comments