mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15:35 +03:00
Attempt to fix build
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
e78d36d2b5
commit
5701d3bd13
1 changed files with 4 additions and 0 deletions
|
@ -167,6 +167,10 @@ android {
|
|||
}
|
||||
check.dependsOn 'checkstyle', 'findbugs', 'pmd', 'lint'
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Reference in a new issue