blob: 60ae1d270e1b08efa99ad005eada7bf9708d66b7 [file] [log] [blame]
apply plugin: 'com.android.application'
android {
compileSdkVersion 19
buildToolsVersion "19.0.1"
}
dependencies {
compile <warning descr="Avoid using + in version numbers; can lead to unpredictable and unrepeatable builds (com.android.support:appcompat-v7:+)">'com.android.support:appcompat-v7:+'</warning>
}