We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9b0034 + 9cfdc49 commit 1f2d4b4Copy full SHA for 1f2d4b4
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