Browse Source

Added Java 1.5 restriction to match the application standards

Jorge Antonio Diaz-Benito Soriano 10 năm trước cách đây
mục cha
commit
c9105c61d9
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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 {