Skip to content

Commit

Permalink
Revert "Replace 'compile' with 'implementation' (#242)"
Browse files Browse the repository at this point in the history
This reverts commit 727945d.
  • Loading branch information
Kadi Kraman committed Feb 18, 2019
1 parent 96ddd4c commit ea0d4c4
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 {
implementation 'com.facebook.react:react-native:+'
implementation "net.openid:appauth:0.7.1"
compile 'com.facebook.react:react-native:+'
compile "net.openid:appauth:0.7.1"
}

0 comments on commit ea0d4c4

Please sign in to comment.