diff options
author | Kurian Vithayathil <kvithayathil@users.noreply.github.com> | 2018-06-11 07:58:34 -0400 |
---|---|---|
committer | H. Lehmann <ByteHamster@users.noreply.github.com> | 2018-06-11 13:58:34 +0200 |
commit | a0543ff09877a5c80344d431744ab2922ccaa1e9 (patch) | |
tree | d3982e3ccc980badcae5fedba69269b04e919a6f | |
parent | 1b6f691feafa157960a3c8454d93caa177b6ad9d (diff) | |
download | AntennaPod-a0543ff09877a5c80344d431744ab2922ccaa1e9.zip |
Addressing build fail issue due to jcenter mirroring the google repo
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index bc1bb870d..61039c49b 100644 --- a/build.gradle +++ b/build.gradle @@ -16,8 +16,8 @@ buildscript { allprojects { repositories { - jcenter() google() + jcenter() } } |