From: Jorge Antonio Diaz-Benito Soriano Date: Sat, 25 Oct 2014 18:43:45 +0000 (+0200) Subject: Added Java 1.5 restriction to match the application standards X-Git-Tag: oc-android-1.8~17^2~8^2~14^2~5 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/554cd3300f124bc24e276d1b9810f41b6b1b2373?hp=-c Added Java 1.5 restriction to match the application standards --- 554cd3300f124bc24e276d1b9810f41b6b1b2373 diff --git a/build.gradle b/build.gradle index 75231ed9..9807d7f2 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 {