CVScanner
CVScanner copied to clipboard
Problem Import The CVScanner
I am getting this error: plugin with id 'com.github.dcendents.android-maven' not found
Having the same issue
Having same issue
Do you guys able to resolve this issue??
add these lines to your buld.gradle
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
}
}
I'm getting "Unable to get Gradle wrapper properties" when I tried to open this project instead. Does anyone have the same issue?
Having same issue