From 844feda7e998e133d23ee19fd08167ad4c784222 Mon Sep 17 00:00:00 2001 From: Alexander Zatsepin Date: Tue, 17 Apr 2018 15:57:37 +0300 Subject: [PATCH] [android] Fixed build regarding libnotify and amazon --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index f213ef7b45..730b728d2d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -26,10 +26,10 @@ repositories { url 'https://maven.fabric.io/public' } maven { - url 'https://s3.amazonaws.com/moat-sdk-builds' + url 'https://dl.bintray.com/libverify/android' } maven { - url 'https://dl.bintray.com/libverify/android' + url 'https://s3.amazonaws.com/moat-sdk-builds' } }