diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2017-07-25 14:51:30 +0100 |
---|---|---|
committer | Mohamed Zenadi <mohamed@zenadi.com> | 2017-07-25 14:51:30 +0100 |
commit | fafbfda0d89faebbdaf862c7eb061ab5d2c0f6a8 (patch) | |
tree | c33bbe74a97da62a0e3dc2ea32b7cf2d9fd6c6ba | |
parent | 961b4a772a1ca5e556bb72c9f774a773f982551c (diff) |
no need to set versions globally as we've got no sub project
-rw-r--r-- | build.gradle | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/build.gradle b/build.gradle index a74cca08..e65500ac 100644 --- a/build.gradle +++ b/build.gradle @@ -19,18 +19,3 @@ allprojects { mavenCentral() } } - -ext { - compileSdkVersion = 25 - buildToolsVersion = "25.0.2" -} -subprojects { subproject -> - afterEvaluate{ - if((subproject.plugins.hasPlugin('android') || subproject.plugins.hasPlugin('android-library'))) { - android { - compileSdkVersion rootProject.ext.compileSdkVersion - buildToolsVersion rootProject.ext.buildToolsVersion - } - } - } -}
\ No newline at end of file |