mirror of
https://github.com/moparisthebest/android_external_GmsLib
synced 2024-12-12 02:12:22 -05:00
Bump source to 1.7 since diamond operators are used
This commit is contained in:
parent
e128198426
commit
230f1b03c0
@ -20,6 +20,6 @@ android {
|
||||
compileSdkVersion 22
|
||||
buildToolsVersion "22.0.1"
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_6
|
||||
sourceCompatibility JavaVersion.VERSION_1_7
|
||||
}
|
||||
}
|
||||
|
@ -19,6 +19,6 @@ android {
|
||||
compileSdkVersion 22
|
||||
buildToolsVersion "22.0.1"
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_6
|
||||
sourceCompatibility JavaVersion.VERSION_1_7
|
||||
}
|
||||
}
|
||||
|
@ -19,6 +19,6 @@ android {
|
||||
compileSdkVersion 22
|
||||
buildToolsVersion "22.0.1"
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_6
|
||||
sourceCompatibility JavaVersion.VERSION_1_7
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user