We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286d59b commit 3cf9dfcCopy full SHA for 3cf9dfc
1 file changed
android/build.gradle
@@ -23,10 +23,10 @@ android {
23
}
24
25
dependencies {
26
- compile 'com.android.support:appcompat-v7:23.0.1'
27
- compile 'com.facebook.react:react-native:+'
28
- compile 'com.madgag.spongycastle:core:1.58.0.0'
29
- compile 'com.madgag.spongycastle:prov:1.54.0.0'
30
- compile 'com.madgag.spongycastle:pkix:1.54.0.0'
31
- compile 'com.madgag.spongycastle:pg:1.54.0.0'
+ implementation 'com.android.support:appcompat-v7:23.0.1'
+ implementation 'com.facebook.react:react-native:+'
+ implementation 'com.madgag.spongycastle:core:1.58.0.0'
+ implementation 'com.madgag.spongycastle:prov:1.54.0.0'
+ implementation 'com.madgag.spongycastle:pkix:1.54.0.0'
+ implementation 'com.madgag.spongycastle:pg:1.54.0.0'
32
0 commit comments