Skip to content

Commit

Permalink
Replace 'compile' with 'implementation' (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmith5 authored and kadikraman committed Feb 7, 2019
1 parent ec0d6e7 commit 727945d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ repositories {
}

dependencies {
compile 'com.facebook.react:react-native:+'
compile "net.openid:appauth:0.7.1"
implementation 'com.facebook.react:react-native:+'
implementation "net.openid:appauth:0.7.1"
}

0 comments on commit 727945d

Please sign in to comment.