apply plugin: 'com.android.application' | |
ext { | |
newProp = true | |
} | |
android { | |
defaultConfig { | |
applicationId "google.simpleapplication" | |
minSdkVersion 27 | |
versionCode 1 | |
versionName "1.0" | |
} | |
} | |
dependencies { | |
implementation 'com.android.support:appcompat-v7:27.0.2' | |
} |