Skip to content

Commit

Permalink
Use SDK and build tools versions from root project
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Schürmann committed Mar 2, 2015
1 parent ca46b42 commit 1d6d388
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -5,7 +5,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.0.0-rc3'
classpath 'com.android.tools.build:gradle:1.0.0'
}
}

Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Expand Up @@ -5,8 +5,8 @@ repositories {
apply plugin: 'com.android.library'

android {
compileSdkVersion 19
buildToolsVersion "19.1"
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion

defaultConfig {
minSdkVersion 8
Expand Down

0 comments on commit 1d6d388

Please sign in to comment.