expo / turtle

Standalone app builder service
MIT License
385 stars 29 forks source link

redirect google bintray url to localhost #361

Closed wkozyra95 closed 2 years ago

wkozyra95 commented 2 years ago

Checklist

Motivation and Context

google bintray went down and returns 502 errors, which immediately is causing gradle scripts to fail. Redirecting it to localhost will force gradle to check other registries before erroring which should work for most if not all supported sdks

Description