Skip to content

Commit

Permalink
Update For gradle3 && RN 0.56
Browse files Browse the repository at this point in the history
  • Loading branch information
Titozzz authored and codytwinton committed Sep 6, 2018
1 parent 1433ef4 commit 6ee9fa4
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 @@ -27,9 +27,9 @@ android {
}

dependencies {
compile "com.android.support:appcompat-v7:${SUPPORT_LIB_VERSION}"
compile 'com.facebook.react:react-native:+' // support react-native-v0.22-rc+
compile "com.facebook.android:facebook-android-sdk:${FACEBOOK_SDK_VERSION}"
implementation "com.android.support:appcompat-v7:${SUPPORT_LIB_VERSION}"
api 'com.facebook.react:react-native:+' // support react-native-v0.22-rc+
api "com.facebook.android:facebook-android-sdk:${FACEBOOK_SDK_VERSION}"
}

repositories {
Expand Down

0 comments on commit 6ee9fa4

Please sign in to comment.