From 775fb5b1f25517e0f152ef68b5f21571b3d002a2 Mon Sep 17 00:00:00 2001 From: Jorge Antonio Diaz-Benito Soriano Date: Fri, 19 Sep 2014 12:37:30 +0200 Subject: [PATCH] Updated build.gradle to allow Android Studio to properly identify test_client as a module --- test_client/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/test_client/build.gradle b/test_client/build.gradle index e815f1f3..7a89bad0 100644 --- a/test_client/build.gradle +++ b/test_client/build.gradle @@ -1,3 +1,4 @@ + apply plugin: 'com.android.application' repositories {