Fix build

This commit is contained in:
Niels Andriesse
2021-05-18 15:03:17 +10:00
parent 68225e00be
commit 7208bb0421
3 changed files with 15 additions and 1 deletions

View File

@@ -3,6 +3,11 @@ apply plugin: 'kotlin-android'
android {
compileSdkVersion androidCompileSdkVersion
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}
dependencies {