regulaforensics / DocumentReader-Android

Android Framework for reading and validation of identification documents
64 stars 26 forks source link

Failed to resolve: com.regula.documentreader:api:+aar #16

Closed Kostya1375 closed 4 years ago

Kostya1375 commented 4 years ago

I placed maven repo in build.gradle(project) file and core dependency in build.gradle(module) file build.gradle(project) part:

allprojects {
    repositories {
        google()
        jcenter()
        maven {
            url "http://maven.regulaforensics.com/RegulaDocumentReader"
        }
    }
}

build.gradle(module) part:

dependencies {
    ...
    implementation('com.regula.documentreader:api:+aar') {
        transitive = true
    }
    implementation 'com.regula.documentreader.doctype:core:+@aar'

}

I've done all by guide except placing implementation part in project file where it's not working

vyakimchik commented 4 years ago

Hello. It seems that you incorrectly configured the build.gradle file in your project. Please, review our demo project once again or provide a small demo project where you demonstrate how you implemented our libraries. Thanks!

Kostya1375 commented 4 years ago
image

Thanks! Forgot about checking examples. There is missing '@' in tutorial

vyakimchik commented 4 years ago

The page has been updated. Thanks for indicating it!