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

In build.gradle, it should be implementation 'com.github.AAChartModel:AAChartCore:cad1a66ee3', SNAPSHOT does not work. #189

Open
jjj357 opened this issue Jan 11, 2024 · 3 comments

Comments

@jjj357
Copy link

jjj357 commented Jan 11, 2024

In build.gradle, it should be implementation 'com.github.AAChartModel:AAChartCore:cad1a66ee3', SNAPSHOT does not work.

@FIWNKNS
Copy link

FIWNKNS commented Mar 26, 2024

1.Add repository in your settings.gradle like this: maven { url = uri("https://www.jitpack.io") };
2.Replace SNASHOT with excatly version that can be searched in AAChartCore-Kotlin, such as com.github.AAChartModel:AAChartCore-Kotlin:7.2.1.

If these steps don't work, please check the gradle build error report.It may do not search for target module in jitpack like this:
image
, you should delete other repositroy.

@kawserahamed
Copy link

add version .
like,
implementation 'com.github.AAChartModel:AAChartCore-Kotlin:7.2.1'

@Jokerlove997
Copy link

So I can't use the Java version right now?

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