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 08c249e commit 5dc7693
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions toast/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,15 @@ dependencies {
}

afterEvaluate {
android.libraryVariants.each {
publishing.publications.create(variant.name,MavenPublication) {
from components.findByName(variant.name)
groupId = 'com.github.manikandanvgts'
artifactId = 'sampleandoridpulgin'
version = '1.0.1'
publishing {
publications{
release(MavenPublication){
from components.release

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

0 comments on commit 5dc7693

Please sign in to comment.