Skip to content

Commit

Permalink
init 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sufei committed Apr 19, 2023
1 parent ab84660 commit c014b77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ afterEvaluate {
release(MavenPublication) {
groupId = 'com.github.acorn'
artifactId = 'xfreechart'
version = '1.0.9'
version = '1.0.10'

from components.release
}
Expand All @@ -65,5 +65,4 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

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

0 comments on commit c014b77

Please sign in to comment.