Whenever I add a dependency from an remote repository (jcenter) in Android Studio 1.1 (OS X) I get the following error upon syncing Gradle:
Error:(26, 13) Fa
A similar problem here, and when I choose Build -> Clean Project there is a "peer not authenticated" error.
solved by using "http://jcenter.bintray.com/" instead of "https://jcenter.bintray.com/"
repositories { jcenter({url "http://jcenter.bintray.com/"}) }
hope this work for you.