From 6c3782d05e052232ca2749af3a7137d18fddf80d Mon Sep 17 00:00:00 2001 From: Scott Kyle Date: Mon, 8 Feb 2016 14:22:04 -0800 Subject: [PATCH] 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" --- react-native/android/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/react-native/android/build.gradle b/react-native/android/build.gradle index 3938b0a1..18a78f5b 100644 --- a/react-native/android/build.gradle +++ b/react-native/android/build.gradle @@ -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()