From 7a3d5f8471b85badb8dd99bc21bb734d41a11e3b Mon Sep 17 00:00:00 2001 From: ritik2017 Date: Tue, 15 Jan 2019 11:24:30 +0530 Subject: [PATCH] Reverted changed as in master kiwix --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2d494b6e4..494a50d0a 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.1.4' + classpath "com.android.tools.build:gradle:3.1.4" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files