AAChartCore icon indicating copy to clipboard operation
AAChartCore copied to clipboard

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

Open jjj357 opened this issue 1 year ago β€’ 3 comments

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

jjj357 avatar Jan 11 '24 23:01 jjj357

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.

FIWNKNS avatar Mar 26 '24 06:03 FIWNKNS

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

kawserahamed avatar Mar 26 '24 06:03 kawserahamed

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

Jokerlove997 avatar May 06 '24 03:05 Jokerlove997