We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab84660 commit c014b77Copy full SHA for c014b77
1 file changed
library/build.gradle
@@ -46,7 +46,7 @@ afterEvaluate {
46
release(MavenPublication) {
47
groupId = 'com.github.acorn'
48
artifactId = 'xfreechart'
49
- version = '1.0.9'
+ version = '1.0.10'
50
51
from components.release
52
}
@@ -65,5 +65,4 @@ dependencies {
65
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
66
67
implementation 'androidx.annotation:annotation:1.6.0'
68
-// implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20"
69
0 commit comments