suddenly gradle is unable to build the same code that was working moments ago ! my project depends on google play service dependencies
it says :
Could not fi
IN Worked
allprojects { repositories { google() jcenter() maven { url 'https://jitpack.io' } maven { url 'https://maven.google.com' } }