gradle: Fix incorrect buildTools dependencies in framework's build.gradle

(although it didn't seem to hurt anything?)
This commit is contained in:
Andrew Grieve 2015-01-20 10:49:19 -05:00
parent 623b394c83
commit 2964aea447

View File

@ -23,7 +23,6 @@ buildscript {
mavenCentral()
}
dependencies {
// Switch the Android Gradle plugin version requirement depending on the
// installed version of Gradle. This dependency is documented at
// http://tools.android.com/tech-docs/new-build-system/version-compatibility
@ -42,7 +41,6 @@ buildscript {
}
}
}
}
apply plugin: 'android-library'