Skip to content

Commit

Permalink
feat(gradle-3): fix build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
jgcmarins committed Jun 26, 2018
1 parent 73ed033 commit 6544b5b
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 @@ -51,6 +51,6 @@ repositories {
dependencies {
def supportLibVersion = rootProject.hasProperty('supportLibVersion') ? rootProject.supportLibVersion : DEFAULT_SUPPORT_LIBRARY_VERSION

compile 'com.facebook.react:react-native:+'
compile "com.android.support:appcompat-v7:$supportLibVersion"
compileOnly 'com.facebook.react:react-native:+'
implementation 'com.android.support:appcompat-v7:$supportLibVersion'
}

0 comments on commit 6544b5b

Please sign in to comment.