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

dependencies { 
    implementation 'com.makeramen:roundedimageview:2.3.0'
    implementation 'com.github.jsqi2009.RoundScan:qrcodecore:1.0.1'
    implementation 'com.github.jsqi2009.RoundScan:zxing:1.0.1'
}