forked from github/cordova-android
gradle: Fix incorrect buildTools dependencies in framework's build.gradle
(although it didn't seem to hurt anything?)
This commit is contained in:
parent
623b394c83
commit
2964aea447
@ -23,7 +23,6 @@ buildscript {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
|
||||||
// Switch the Android Gradle plugin version requirement depending on the
|
// Switch the Android Gradle plugin version requirement depending on the
|
||||||
// installed version of Gradle. This dependency is documented at
|
// installed version of Gradle. This dependency is documented at
|
||||||
// http://tools.android.com/tech-docs/new-build-system/version-compatibility
|
// http://tools.android.com/tech-docs/new-build-system/version-compatibility
|
||||||
@ -42,7 +41,6 @@ buildscript {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
apply plugin: 'android-library'
|
apply plugin: 'android-library'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user