stop forcing Java 1.7, it is the oldest supported version now
This was introduced in 2014: 2f9c3b805675f02653a433637b33188b61f90c1e
This commit is contained in:
parent
40fdccf262
commit
b3bd4ff2f7
@ -78,10 +78,6 @@ android {
|
|||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
compileOptions.encoding = "UTF-8"
|
compileOptions.encoding = "UTF-8"
|
||||||
|
|
||||||
// Use Java 1.7, requires minSdk 8
|
|
||||||
sourceCompatibility JavaVersion.VERSION_1_7
|
|
||||||
targetCompatibility JavaVersion.VERSION_1_7
|
|
||||||
}
|
}
|
||||||
|
|
||||||
aaptOptions {
|
aaptOptions {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user