From 4a32769f3625d540f7638889589945266994b763 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=97=D0=B0=D1=86=D0=B5=D0=BF=D0=B8=D0=BD?= Date: Tue, 22 Oct 2019 18:36:01 +0300 Subject: [PATCH] [android] Fixed mopub dependency fetching --- android/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/build.gradle b/android/build.gradle index 97e0b1d540..5555d2b5cd 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -29,6 +29,7 @@ repositories { maven { url 'https://s3.amazonaws.com/moat-sdk-builds' } + maven { url 'https://maven.google.com' } maven { url 'https://dl.bintray.com/google/flexbox-layout/' } maven { url 'https://dl.bintray.com/google/exoplayer/' } }