blob: e0bcaa69931c97a226adf802acb08f9cd49876e5 [file] [log] [blame]
apply plugin: 'com.android.application'
android {
compileSdkVersion 19
defaultConfig {
minSdkVersion 15
targetSdkVersion 19
applicationId 'com.example.android.app'
resValue "string", "APP_KEY", "abc"
}
}
repositories {}