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

@@ -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 {