commit 8ad7668013a7291b98cf8689cd99961db69f8ed3 Author: Tad tad@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' } } }
tor-commits@lists.torproject.org