Fix missing compile target

This commit is contained in:
Niels Andriesse
2021-05-18 14:08:21 +10:00
parent f0b2ff5b46
commit 8a20c46bd4
5 changed files with 12 additions and 6 deletions

View File

@@ -2,6 +2,10 @@ apply plugin: 'com.android.library'
apply plugin: 'maven'
apply plugin: 'kotlin-android'
android {
compileSdkVersion androidCompileSdkVersion
}
repositories {
mavenCentral()
}