0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00

Upgrade API to Java 1.8 to allow JDK 14 compilation

Fixes #5955
This commit is contained in:
David Allison 2020-06-04 23:19:57 +01:00 committed by Mike Hardy
parent 82c8c55e03
commit 99430e49b1

View File

@ -28,6 +28,10 @@ android {
includeAndroidResources = true
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
testOptions.unitTests.all {
testLogging {
events "failed", "skipped"