Skip to content

Commit 9cfdc49

Browse files
authored
Implementation Update
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
1 parent baaec2a commit 9cfdc49

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)