WIP make things compile

This commit is contained in:
Ryan ZHAO
2021-01-18 14:58:11 +11:00
parent 4fc0c3dddc
commit 2d239541b9
16 changed files with 45 additions and 34 deletions

View File

@@ -1,12 +1,11 @@
plugins {
id 'com.android.library'
id 'kotlin-android'
id "org.jetbrains.kotlin.kapt"
}
android {
compileSdkVersion 30
buildToolsVersion "30.0.1"
buildToolsVersion '29.0.3'
defaultConfig {
minSdkVersion 21