Skip to content

Commit b53c38c

Browse files
committed
"feat: update build.gradle to use GitHub repository ref and version"
This commit message clearly states the main action taken in the code, which is updating the `build.gradle` file to include the GitHub repository reference and version. It also provides context with a more detailed description, while keeping it concise.
1 parent 9f11c5e commit b53c38c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ mavenPublishing {
5252
coordinates(
5353
groupId = "io.github.kdroidfilter",
5454
artifactId = "composenativetray",
55-
version = version.toString()
55+
version = version
5656
)
5757

5858
// Configure POM metadata for the published artifact

0 commit comments

Comments
 (0)