AwesomeQRCode
AwesomeQRCode copied to clipboard
Android stoduo 3.0.1 and gradle can't bulild
I've got the same problem.
guys, add jitpack dependency to the top level build.gradle:
allprojects {
repositories {
google()
jcenter()
maven { url 'https://jitpack.io' }
}
}