This message was deleted.
# android
s
This message was deleted.
x
why is it trying to get it from the plugin portal? You should put the
google()
repo first. it looks like plugin portal is first and it's jcenter that's timing out
plugin portal redirect to jcenter. The google maven repo does not
c
cool. i have this now. hopefully that works. thanks xav. couldve sworn i had google first since this was a fairly new project (6 months old)
c
plugin portal redirect to jcenter.
Isn’t
jcenter
deprecated now?
c
FWIW. My fix above did not work. lol
e
Should be mc, g then gpp (repos that have the higher probability fo hit a dependency should come first)
x
What issue do you see now?
As for order, best would be google first, with filtering, then mavenCentral, then gradle portal.
filtering for the google repo should be easier to handle (com.google.* and com.android.* I think should be enough)
👍 1
c
jcenter or w/e was down seems to be up. so i didn't record the error. but im going to follow xavs advice google mC gPP THANKS ALL!
2