specify our usage of java 1.7 in build files
This commit is contained in:
@@ -37,6 +37,11 @@ android {
|
|||||||
targetSdkVersion 21
|
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:
|
* To sign release build, create file gradle.properties in ~/.gradle/ with this content:
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user