Closed ionutandone closed 6 years ago
Please add : maven { url 'https://jitpack.io' } to project level gradle file under allprojects as:
allprojects {
repositories {
google()
jcenter()
maven { url 'https://jitpack.io' }
}
}
Whenever I try to build the project, I get the following error:
Failed to resolve: com.github.ranaparamveer:android-sqlite-asset-helper:v2.0.4