jitpack.io failed to resolve github repo

For anyone else that made the simple mistake I made: Ensure you add the maven { url “https://jitpack.io” } under allprojects instead of buildscript. Project build.gradle file: buildscript { repositories { jcenter() // DO NOT ADD IT HERE!!! } … } allprojects { repositories { mavenLocal() jcenter() // ADD IT HERE maven { url “https://jitpack.io” … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)