Skip to content

Add support for google local repository #3

@pjakubczyk

Description

@pjakubczyk

Error output:

  • What went wrong:
    Could not resolve all dependencies for configuration ':robospock-sample:testCompile'.

    Could not find com.android.support:appcompat-v7:19.0.1.
    Required by:
    robospock-plugin:robospock-sample:unspecified

Workaround:
repositories {
mavenCentral()
maven { url "${System.env.ANDROID_HOME}/extras/android/m2repository" }
maven { url "${System.env.ANDROID_HOME}/extras/google/m2repository" }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions