Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroidWithRossyn committed Jan 27, 2025
1 parent 2321376 commit 0f231a2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions esaytoast/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,13 @@ dependencies {

publishing {
publications {
create<MavenPublication>("release") {
from(components.findByName("release"))
register<MavenPublication>("release") {
afterEvaluate {
from(components.findByName("release"))
}
groupId = "com.github.AndroidWithRossyn"
artifactId = "esaytoast"
version = "1.0.2"
version = "1.0.3"

pom {
name.set("EasyToast")
Expand Down

0 comments on commit 0f231a2

Please sign in to comment.