Enabled Java 7 source compatibility

This commit is contained in:
daniel oeh 2014-07-06 12:37:43 +02:00
parent b6c3dd9858
commit 60214f6306

View File

@ -103,6 +103,11 @@ android {
lintOptions {
abortOnError false
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
}
task wrapper(type: Wrapper) {