From c9105c61d91f5b9a04fd432d93d84943707b9421 Mon Sep 17 00:00:00 2001 From: Jorge Antonio Diaz-Benito Soriano Date: Sat, 25 Oct 2014 20:43:45 +0200 Subject: [PATCH] Added Java 1.5 restriction to match the application standards --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 75231ed9f8..9807d7f270 100644 --- a/build.gradle +++ b/build.gradle @@ -63,8 +63,8 @@ android { compileOptions { - sourceCompatibility JavaVersion.VERSION_1_7 - targetCompatibility JavaVersion.VERSION_1_7 + sourceCompatibility JavaVersion.VERSION_1_5 + targetCompatibility JavaVersion.VERSION_1_5 } productFlavors {