Skip to content

Commit

Permalink
feat(gradle-3): rollback to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
jgcmarins committed Jun 26, 2018
1 parent 6544b5b commit 32217f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Expand Up @@ -52,5 +52,5 @@ dependencies {
def supportLibVersion = rootProject.hasProperty('supportLibVersion') ? rootProject.supportLibVersion : DEFAULT_SUPPORT_LIBRARY_VERSION

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

0 comments on commit 32217f7

Please sign in to comment.