From 6bbd2c4dece23d463561107d1413efaf257f4084 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Wed, 1 Oct 2014 17:37:28 +0100 Subject: Remove sublimeText plugin --- build.gradle | 8 -------- 1 file changed, 8 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 84f4b05..a6e5442 100644 --- a/build.gradle +++ b/build.gradle @@ -10,23 +10,15 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:0.12.2' classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.12.+' - classpath 'us.phildop:gradle-sublimetext-plugin:0.5.1' } } -apply plugin: 'sublimeText' - allprojects { repositories { jcenter() } } -sublimeText { - sublimeProjectName = 'connectbot' - defaultFolderExcludePatterns = ['bin', 'gen'] -} - project.ext.preDexLibs = !project.hasProperty('disablePreDex') subprojects { -- cgit v1.2.3