Skip to content

Commit

Permalink
Merge pull request #18 from luissmg/master
Browse files Browse the repository at this point in the history
Change from "compile" to "implementation" deprecation
  • Loading branch information
a7ul authored Dec 19, 2018
2 parents 9d55730 + b0483df commit e3af0e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repositories {
}

dependencies {
compile 'com.facebook.react:react-native:+'
compile 'org.jsoup:jsoup:1.10.2'
implementation 'com.facebook.react:react-native:+'
implementation 'org.jsoup:jsoup:1.10.2'
}


0 comments on commit e3af0e3

Please sign in to comment.