Skip to content

Commit 1f2d4b4

Browse files
authored
Merge pull request #17 from yepMad/patch-1
Implementation Update
2 parents c9b0034 + 9cfdc49 commit 1f2d4b4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

android/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ android {
2323
}
2424

2525
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'
26+
implementation 'com.android.support:appcompat-v7:23.0.1'
27+
implementation 'com.facebook.react:react-native:+'
28+
implementation 'com.madgag.spongycastle:core:1.58.0.0'
29+
implementation 'com.madgag.spongycastle:prov:1.54.0.0'
30+
implementation 'com.madgag.spongycastle:pkix:1.54.0.0'
31+
implementation 'com.madgag.spongycastle:pg:1.54.0.0'
3232
}

0 commit comments

Comments
 (0)