mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 15:15:51 +03:00
Fix Java version to 1.7
This commit is contained in:
parent
d1257b34c0
commit
fafc422ca4
1 changed files with 2 additions and 2 deletions
|
@ -61,8 +61,8 @@ android {
|
|||
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_5
|
||||
targetCompatibility JavaVersion.VERSION_1_5
|
||||
sourceCompatibility JavaVersion.VERSION_1_7
|
||||
targetCompatibility JavaVersion.VERSION_1_7
|
||||
}
|
||||
|
||||
productFlavors {
|
||||
|
|
Loading…
Reference in a new issue