aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohamed Zenadi <mohamed@zenadi.com>2017-07-25 14:51:30 +0100
committerMohamed Zenadi <mohamed@zenadi.com>2017-07-25 14:51:30 +0100
commitfafbfda0d89faebbdaf862c7eb061ab5d2c0f6a8 (patch)
treec33bbe74a97da62a0e3dc2ea32b7cf2d9fd6c6ba
parent961b4a772a1ca5e556bb72c9f774a773f982551c (diff)
no need to set versions globally as we've got no sub project
-rw-r--r--build.gradle15
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