From 8e90545c4bca18c76fa710d31dbf657d5c23d6ae Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Fri, 16 Sep 2016 23:18:34 +0200 Subject: [PATCH] Remove comment from build.gradle --- build.gradle | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.gradle b/build.gradle index 77ce66ea..09cfd531 100644 --- a/build.gradle +++ b/build.gradle @@ -6,9 +6,6 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:2.1.3' - - // NOTE: Do not place your application dependencies here; they belong - // in the individual module build.gradle files } }