Use SDK and build tools versions from root project

This commit is contained in:
Dominik Schürmann
2015-03-02 16:21:51 +01:00
parent d5cc359a5d
commit 505140ef2a
10 changed files with 43 additions and 21 deletions

View File

@@ -33,8 +33,8 @@ dependencies {
}
android {
compileSdkVersion 21
buildToolsVersion '21.1.2'
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion
defaultConfig {
minSdkVersion 15