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

Library not found error #40

Open
jeckles opened this issue Dec 7, 2020 · 3 comments
Open

Library not found error #40

jeckles opened this issue Dec 7, 2020 · 3 comments

Comments

@jeckles
Copy link

jeckles commented Dec 7, 2020

including the following statement in my build-gradle script gives a 'Could not find com.github.AAChartModel:AAChartCore-Kotlin:-SNAPSHOT.
Required by:
project :app' error. Any idea how to fix this error ?

dependencies {
implementation 'com.github.AAChartModel:AAChartCore-Kotlin:-SNAPSHOT'
}

@sebastinto
Copy link

Did you add maven { url 'https://www.jitpack.io' } to your project build.gradle file under allprojects { }?

See: https://github.com/AAChartModel/AAChartCore-Kotlin#step-1-add-the-jitpack-repository-to-your-build-file

@edwardzjl
Copy link

including the following statement in my build-gradle script gives a 'Could not find com.github.AAChartModel:AAChartCore-Kotlin:-SNAPSHOT. Required by: project :app' error. Any idea how to fix this error ?

dependencies { implementation 'com.github.AAChartModel:AAChartCore-Kotlin:-SNAPSHOT' }

The document was not clear, the dependency version should be a git tag instead of -SNAPSHOT, for example 7.1.0

See https://www.jitpack.io/#AAChartModel/AAChartCore-Kotlin for available versions

@dew-achlesh
Copy link

Update this library to the latest version as follows...
implementation 'com.github.AAChartModel:AAChartCore-Kotlin:7.2.0'

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

4 participants