Skip to content

Commit c014b77

Browse files
author
sufei
committed
init 1.0.10
1 parent ab84660 commit c014b77

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

library/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ afterEvaluate {
4646
release(MavenPublication) {
4747
groupId = 'com.github.acorn'
4848
artifactId = 'xfreechart'
49-
version = '1.0.9'
49+
version = '1.0.10'
5050

5151
from components.release
5252
}
@@ -65,5 +65,4 @@ dependencies {
6565
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
6666

6767
implementation 'androidx.annotation:annotation:1.6.0'
68-
// implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20"
6968
}

0 commit comments

Comments
 (0)