Add Jitpack repository to your root build.gradle
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Add the dependecy
dependencies {
implementation 'com.github.Pedrohmv:ReceiptView:1.0.0'
}