From eb2fbcc9be571dab121de14db58d78933d6fe846 Mon Sep 17 00:00:00 2001 From: "Alex (Sasha) Kozlov" Date: Mon, 25 Feb 2019 22:03:03 -0500 Subject: [PATCH] Updated AAPT file locations --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index be515a8..1b8fa0f 100644 --- a/build.gradle +++ b/build.gradle @@ -3,6 +3,7 @@ buildscript { repositories { jcenter() + google() //Updating project as per Google specifications } dependencies { classpath 'com.android.tools.build:gradle:1.3.0' @@ -15,6 +16,7 @@ buildscript { allprojects { repositories { jcenter() + google() //updating project as per Google specifications } }