Skip to main content
added 11 characters in body
Source Link
Yury Fedorov
  • 15k
  • 6
  • 56
  • 70
repositories { mavenCentral()  } 

I addadded this in build.gradle,and and it workworked.

repositories { mavenCentral()} 

I add this in build.gradle,and it work.

repositories { mavenCentral()  } 

I added this in build.gradle, and it worked.

Source Link

repositories { mavenCentral()} 

I add this in build.gradle,and it work.