Skip to content

Commit

Permalink
Replace deprecated 'compile' gradle configuration with 'implementatio…
Browse files Browse the repository at this point in the history
…n' (#1477)
  • Loading branch information
hyochan authored and Yuri Kulikov committed Jan 15, 2019
1 parent 7767d2e commit ac51cf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ android {
}

dependencies {
compile "com.facebook.react:react-native:+"
compile 'com.nimbusds:nimbus-jose-jwt:5.1'
}
implementation "com.facebook.react:react-native:+"
implementation 'com.nimbusds:nimbus-jose-jwt:5.1'
}

0 comments on commit ac51cf6

Please sign in to comment.