[tor-commits] [orbot/master] Move Google repo above jcenter

n8fr8 at torproject.org n8fr8 at torproject.org
Fri Mar 22 16:30:10 UTC 2019


commit 8ad7668013a7291b98cf8689cd99961db69f8ed3
Author: Tad <tad at spotco.us>
Date:   Fri Jan 18 16:15:37 2019 -0500

    Move Google repo above jcenter
    
    Android support 27.1.1 isn't available on jcenter which causes failures
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 553079b6..8563b2eb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -11,9 +11,9 @@ buildscript {
 
 allprojects {
     repositories {
+        google()
         jcenter()
         maven { url "https://raw.githubusercontent.com/guardianproject/gpmaven/master" }
-        google()
         maven { url 'https://jitpack.io' }
     }
 }





More information about the tor-commits mailing list