Everything has been working, only today i started to get an error message, and i can\'t even \"Sync Project with Gradle files\" from Android Studio. The only thing i have ch
Temporary solution
Add this to build.gradle
repositories { mavenLocal() maven { name "jcenter" url "http://jcenter.bintray.com/" } }