Skip to content

Commit

Permalink
Move compile to implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
khagesh committed Dec 17, 2019
1 parent 62ad44b commit 1f56fcc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ android {
}

dependencies {
compile 'com.android.support:appcompat-v7:28.0.0'
compile 'com.facebook.react:react-native:+'
compile 'com.madgag.spongycastle:core:1.58.0.0'
compile 'com.madgag.spongycastle:prov:1.54.0.0'
compile 'com.madgag.spongycastle:pkix:1.54.0.0'
compile 'com.madgag.spongycastle:pg:1.54.0.0'
implementation 'com.android.support:appcompat-v7:28.0.0'
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'
}

0 comments on commit 1f56fcc

Please sign in to comment.