When trying to build and Android APK the process fails while downloading dependancies. Worked fine 10 minutes ago:
* What went wrong:
A problem occurred configuring root project 'code'.
> Could not resolve all files for configuration ':classpath'.
> Could not download bcpkix-jdk15on.jar (org.bouncycastle:bcpkix-jdk15on:1.48)
> Could not get resource 'https://jcenter.bintray.com/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.jar'.
> Response 304: Not Modified has no content!
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 25.249 secs
Exited with code 1 ```