Parcourir la source

Added Java 1.5 restriction to match the application standards

Jorge Antonio Diaz-Benito Soriano il y a 10 ans
Parent
commit
c9105c61d9
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      build.gradle

+ 2 - 2
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 {