AAChartCore
AAChartCore copied to clipboard
In build.gradle, it should be implementation 'com.github.AAChartModel:AAChartCore:cad1a66ee3', SNAPSHOT does not work.
In build.gradle, it should be implementation 'com.github.AAChartModel:AAChartCore:cad1a66ee3', SNAPSHOT does not work.
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:
, you should delete other repositroy.
add version . like, implementation 'com.github.AAChartModel:AAChartCore-Kotlin:7.2.1'
So I can't use the Java version right now?