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

@@ -38,3 +38,10 @@ project(':extern:spongycastle') {
test.enabled = false
}
}
// SDK Version and Build Tools used by all subprojects
// See http://tools.android.com/tech-docs/new-build-system/tips#TOC-Controlling-Android-properties-of-all-your-modules-from-the-main-project.
ext {
compileSdkVersion = 21
buildToolsVersion = '21.1.2'
}