stop forcing Java 1.7, it is the oldest supported version now

This was introduced in 2014:
2f9c3b805675f02653a433637b33188b61f90c1e
This commit is contained in:
Hans-Christoph Steiner 2018-04-23 12:53:38 +02:00
parent 40fdccf262
commit b3bd4ff2f7

View File

@ -78,10 +78,6 @@ android {
compileOptions {
compileOptions.encoding = "UTF-8"
// Use Java 1.7, requires minSdk 8
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
aaptOptions {