Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem Import The CVScanner #15

Open
RafaelCarlos opened this issue Mar 19, 2018 · 6 comments
Open

Problem Import The CVScanner #15

RafaelCarlos opened this issue Mar 19, 2018 · 6 comments
Assignees

Comments

@RafaelCarlos
Copy link

I am getting this error: plugin with id 'com.github.dcendents.android-maven' not found

@denysvera
Copy link

Having the same issue

@iamMehedi iamMehedi self-assigned this May 6, 2018
@waqarv712
Copy link

Having same issue

@waqarv712
Copy link

Do you guys able to resolve this issue??

@sina2266
Copy link

sina2266 commented Jul 10, 2019

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'
     }
 }

@nxwong
Copy link

nxwong commented Nov 1, 2019

I'm getting "Unable to get Gradle wrapper properties" when I tried to open this project instead. Does anyone have the same issue?

@zyanuro
Copy link

zyanuro commented Oct 14, 2021

Having same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants