Skip to content

Commit

Permalink
feat: update publish version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idisfkj committed Dec 28, 2021
1 parent 785ac5d commit e8de18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-startup/maven-center.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ task androidSourcesJar(type: Jar) {
ext {
PUBLISH_GROUP_ID = 'io.github.idisfkj'
PUBLISH_ARTIFACT_ID = 'android-startup'
PUBLISH_VERSION = '1.0.7'
PUBLISH_VERSION = '1.1.0'
}

ext["signing.keyId"] = ''
Expand Down

0 comments on commit e8de18c

Please sign in to comment.