AwesomeQRCode icon indicating copy to clipboard operation
AwesomeQRCode copied to clipboard

Android stoduo 3.0.1 and gradle can't bulild

Open savasadar opened this issue 7 years ago • 2 comments

gra

savasadar avatar Dec 27 '17 15:12 savasadar

I've got the same problem.

roffel avatar Jan 31 '18 17:01 roffel

guys, add jitpack dependency to the top level build.gradle:

allprojects {
    repositories {
        google()
        jcenter()
        maven { url 'https://jitpack.io' }
    }
}

Marchuck avatar Jul 09 '18 07:07 Marchuck