aboutsummaryrefslogtreecommitdiffstats
path: root/app/build.gradle
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2014-10-01 23:19:11 +0100
committerKenny Root <kenny@the-b.org>2014-10-01 15:39:20 +0100
commit25b97b369f83d8131d0257f6408a20d452ea858e (patch)
tree95ea9c789f66fa668bf309af51590d287fb7a6e6 /app/build.gradle
parent60fd164f528702d3e853116a20e7e808d1083948 (diff)
downloadconnectbot-25b97b369f83d8131d0257f6408a20d452ea858e.tar.gz
connectbot-25b97b369f83d8131d0257f6408a20d452ea858e.tar.bz2
connectbot-25b97b369f83d8131d0257f6408a20d452ea858e.zip
Add in SDK manager Gradle plugin
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 5e8e253..525cd90 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,3 +1,4 @@
+apply plugin: 'android-sdk-manager'
apply plugin: 'com.android.application'
android {