mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 06:05:42 +03:00
Added Java 1.5 restriction to match the application standards
This commit is contained in:
parent
1629981256
commit
c9105c61d9
1 changed files with 2 additions and 2 deletions
|
@ -63,8 +63,8 @@ android {
|
||||||
|
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility JavaVersion.VERSION_1_7
|
sourceCompatibility JavaVersion.VERSION_1_5
|
||||||
targetCompatibility JavaVersion.VERSION_1_7
|
targetCompatibility JavaVersion.VERSION_1_5
|
||||||
}
|
}
|
||||||
|
|
||||||
productFlavors {
|
productFlavors {
|
||||||
|
|
Loading…
Reference in a new issue