specify our usage of java 1.7 in build files

This commit is contained in:
Vincent Breitmoser 2015-01-25 12:41:03 +01:00
parent 8d9c3c0534
commit b4781343d9
1 changed files with 5 additions and 0 deletions

View File

@ -37,6 +37,11 @@ android {
targetSdkVersion 21
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
/*
* To sign release build, create file gradle.properties in ~/.gradle/ with this content:
*