Upgrade to Java 1.7 where possible.

This commit is contained in:
akwizgran
2016-04-27 13:18:55 +01:00
parent ec933c0956
commit 4464a66463
4 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
apply plugin: 'com.android.library'
sourceCompatibility = 1.6
targetCompatibility = 1.6
sourceCompatibility = 1.7
targetCompatibility = 1.7
apply plugin: 'witness'
apply plugin: 'com.neenbedankt.android-apt'

View File

@@ -104,8 +104,8 @@ android {
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_6
targetCompatibility JavaVersion.VERSION_1_6
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
lintOptions {

View File

@@ -1,6 +1,6 @@
apply plugin: 'java'
sourceCompatibility = 1.6
targetCompatibility = 1.6
sourceCompatibility = 1.7
targetCompatibility = 1.7
apply plugin: 'witness'

View File

@@ -1,6 +1,6 @@
apply plugin: 'java'
sourceCompatibility = 1.6
targetCompatibility = 1.6
sourceCompatibility = 1.7
targetCompatibility = 1.7
apply plugin: 'witness'