Make our Android module buildable as a dependency

This enables apps that use `react-native link` to build without the error: "Configuration with name 'default' not found"
This commit is contained in:
Scott Kyle 2016-02-08 14:22:04 -08:00
parent 0702fed747
commit 6c3782d05e
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
apply plugin: "java"
buildscript {
repositories {
jcenter()