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

Numerous errors on import #21

Closed
originalkaratechop opened this issue Dec 13, 2017 · 1 comment
Closed

Numerous errors on import #21

originalkaratechop opened this issue Dec 13, 2017 · 1 comment

Comments

@originalkaratechop
Copy link

originalkaratechop commented Dec 13, 2017

Imported both library and sample modules but now gradle fails to build. I tried using suggested strings from readme but following strings cause sync to fail misarably.

    compileSdkVersion rootProject.ext.compileSdkVersion
    buildToolsVersion rootProject.ext.buildToolsVersion

    defaultConfig {
        minSdkVersion rootProject.ext.minSdkVersion
        targetSdkVersion rootProject.ext.targetSdkVersion

    lintOptions {
        abortOnError rootProject.ext.lintAbortOnError
    }

    compileOptions {
        sourceCompatibility rootProject.ext.sourceCompatibility
        targetCompatibility rootProject.ext.targetCompatibility
    }

I don't even know why it is different from readme strings. Maybe sample was an extra that is not required?

@mmin18
Copy link
Owner

mmin18 commented Dec 13, 2017

replace rootProject.ext.* with some exact version numbers.

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

2 participants