Skip to content

Commit

Permalink
version v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
REBOOTERS committed Oct 30, 2024
1 parent 93e15ad commit ee881a9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions matisse/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'maven-publish'

def GROUP_ID = "com.zhihu.android"
def ARTIFACT_ID = "matisse"
def VERSION = "v0.5.7"
def VERSION = "v0.6.0"


// 1. 增加上传源码的task
Expand All @@ -22,8 +22,6 @@ afterEvaluate {
groupId = GROUP_ID
artifactId = ARTIFACT_ID
version = VERSION
print("11111")
print(components)
}
}
}
Expand Down

0 comments on commit ee881a9

Please sign in to comment.