This is an automated email from the ASF dual-hosted git repository.
rajanmaurya154 pushed a commit to branch development
in repository https://gitbox.apache.org/repos/asf/fineract-cn-mobile.git
The following commit(s) were added to refs/heads/development by this push:
new f84be44 Placed google repository as first priority
f84be44 is described below
commit f84be44c1fb8709e8136250bfd6d1ac6d8b60122
Author: Rajavamsi11 <[email protected]>
AuthorDate: Thu Jan 31 23:46:05 2019 +0530
Placed google repository as first priority
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 26fe9b3..1b8a7d1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -18,8 +18,8 @@ buildscript {
allprojects {
repositories {
- jcenter()
google()
+ jcenter()
maven { url 'https://maven.fabric.io/public' }
maven { url "https://www.jitpack.io" }
}