Skip to content

Commit

Permalink
toast build gradle change
Browse files Browse the repository at this point in the history
  • Loading branch information
manikandanvgts committed Oct 12, 2023
1 parent 246aca8 commit 4dd21bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toast/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ dependencies {
afterEvaluate {
publishing {
publications{
release(MavenPublication){
maven(MavenPublication){
from components.release

groupId = 'com.github.manikandanvgts'
artifactId = 'sampleandoridpulgin'
version '1.0.1'
version '1.0.3'
}
}
}
Expand Down

0 comments on commit 4dd21bb

Please sign in to comment.