소스 검색

Added Java 1.5 restriction to match the application standards

Jorge Antonio Diaz-Benito Soriano 10 년 전
부모
커밋
554cd3300f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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 {