From a1c2dca597af64270178c2c355cf3ccdedf231db Mon Sep 17 00:00:00 2001 From: Ben Christensen Date: Sat, 3 Jan 2015 08:29:59 -0800 Subject: [PATCH] Disable sample-app It doesn't work with Gradle 2 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index e4b947bb..2fda77b5 100644 --- a/settings.gradle +++ b/settings.gradle @@ -2,4 +2,4 @@ rootProject.name='rxandroid-root' include 'rxandroid' include 'rxandroid-framework' -include 'sample-app' +//include 'sample-app'