Skip to content

Commit

Permalink
Update to android/build.gradle
Browse files Browse the repository at this point in the history
Related to issue #105
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
  • Loading branch information
Shhzdmrz authored Oct 28, 2018
1 parent 572cfa1 commit 0beb654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ android {
}

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

0 comments on commit 0beb654

Please sign in to comment.