From 6d542f997e84d0d1bc4a1036c1da2696759ee429 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Thu, 2 May 2013 13:47:31 -0500 Subject: [PATCH] knock version back to 1.6 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 9e3d064f..e21772f6 100644 --- a/build.gradle +++ b/build.gradle @@ -25,8 +25,8 @@ repositories { mavenCentral() } -sourceCompatibility = 1.7 -targetCompatibility = 1.7 +sourceCompatibility = 1.6 +targetCompatibility = 1.6 class Compatibility { String version