Skip to content

Commit

Permalink
修改版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
WinWang committed Sep 22, 2022
1 parent c95ffdd commit 3a45dc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion applifecycle-annotation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ afterEvaluate {
from components.java
groupId = project.groupId
artifactId = 'applifecycle-annotation'
version = "1.0.0"
// version = "1.0.0"
version = project.libVersion
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ kotlin.code.style=official
android.nonTransitiveRClass=true
#android.suppressUnsupportedCompileSdk=32
groupId=com.github.WinWang
libVersion=1.0.0
libVersion=1.0.2

0 comments on commit 3a45dc2

Please sign in to comment.