Configured source and target language to Java 1.5 for gradle builds
This commit is contained in:
parent
f73bd0fdde
commit
757c0a5e85
@ -26,6 +26,10 @@ android {
|
||||
targetSdkVersion 22
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_5
|
||||
targetCompatibility JavaVersion.VERSION_1_5
|
||||
}
|
||||
|
||||
|
||||
sourceSets {
|
||||
|
Loading…
x
Reference in New Issue
Block a user