From 391b924ebe09c6a44e254c8c5bb8b2ffce4186c3 Mon Sep 17 00:00:00 2001 From: jpollak Date: Fri, 2 Jun 2017 14:22:09 +0200 Subject: [PATCH] chore(gradle): add hint for could not find error --- app/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index f82b250..9558ef7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,6 +43,8 @@ repositories { dependencies { compile 'com.emarsys:mobile-engage-sdk:+' + // Getting a "Could not find firebase-core" error? Make sure you have + // the latest Google Repository in the Android SDK manager compile 'com.android.support:appcompat-v7:25.3.1' compile 'com.android.support.constraint:constraint-layout:1.0.2'