Skip to content

Commit

Permalink
Switch 'compile' to 'implementation'
Browse files Browse the repository at this point in the history
This is a fix for the warning message shown when syncing
Gradle. The warning is:

WARNING: Configuration 'compile' is obsolete and has been
replaced with 'implementation' and 'api'. It will be removed
at the end of 2018.

See: #119
  • Loading branch information
tethridge committed May 15, 2019
1 parent 77756dd commit cac743a
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 @@ -43,6 +43,6 @@ android {


dependencies {
compile 'com.facebook.react:react-native:+'
compile 'com.github.ybq:Android-SpinKit:1.2.0'
implementation 'com.facebook.react:react-native:+'
implementation 'com.github.ybq:Android-SpinKit:1.2.0'
}

0 comments on commit cac743a

Please sign in to comment.