blob: 6de2c31ee39aa7b844dd7ccb1dff48b1f990d083 [file] [log] [blame]
val newProp by extra(true)
android {
defaultConfig {
applicationId = "google.simpleapplication"
minSdkVersion = 27
versionCode = 1
versionName = "1.0"
}
}
dependencies {
implementation("com.android.support:appcompat-v7:27.0.2")
}