Skip to content

Commit

Permalink
Change lib artifact id
Browse files Browse the repository at this point in the history
  • Loading branch information
hudiohizari committed Mar 1, 2023
1 parent 2f33c16 commit 5876f70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions HizariDropDown/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ afterEvaluate {

// Library Name / Module Name (Example : "androidfirstlib")
// NOTE : Different ArtifactId For Each Library / Module, So That Each Library Is Not Overwritten
artifactId = "HizariDropDown"
artifactId = "hizari-drop-down"

// Version Library Name (Example : "1.0.0")
version = "0.0.1"
version = "0.0.1b"

}
}
Expand Down
4 changes: 2 additions & 2 deletions HizariEditText/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ afterEvaluate {

// Library Name / Module Name (Example : "androidfirstlib")
// NOTE : Different ArtifactId For Each Library / Module, So That Each Library Is Not Overwritten
artifactId = "HizariEditText"
artifactId = "hizari-edit-text"

// Version Library Name (Example : "1.0.0")
version = "0.0.1"
version = "0.0.1b"

}
}
Expand Down

0 comments on commit 5876f70

Please sign in to comment.