blob: 6ce93268245093a4c12bb306225ee04f5b9fe232 [file] [log] [blame]
plugins {
id("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>)
}