Skip to content

Commit

Permalink
Merge pull request #120 from tethridge/master
Browse files Browse the repository at this point in the history
Switch 'compile' to 'implementation'
  • Loading branch information
maxs15 committed Jul 21, 2019
2 parents cf6affe + cac743a commit f6c0824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
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 f6c0824

Please sign in to comment.