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

@@ -19,8 +19,8 @@ configurations.all {
}
android {
compileSdkVersion androidCompileSdkVersion
buildToolsVersion androidBuildToolsVersion
compileSdkVersion 30
buildToolsVersion '29.0.3'
defaultConfig {
minSdkVersion androidMinSdkVersion