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
It seems a temporary issue with jcenter with an invalid SSL.
jcenter
You can switch to mavenCentral repo in your build.gradle file.
mavenCentral
build.gradle
repositories { mavenLocal() mavenCentral() }