blob: 2251756847350d2b51bb96f5e26eb174017ef00b [file] [log] [blame]
plugins {
id("com.android.application")
kotlin("android")
}
android {
compileSdkVersion = 30
defaultConfig {
minSdkVersion = 21
targetSdkVersion = 27
}
}