Skip to content

Commit

Permalink
update the release config
Browse files Browse the repository at this point in the history
  • Loading branch information
neo-turak committed Jan 24, 2025
1 parent 6250168 commit 65845d3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,12 @@ dependencies {
implementation 'androidx.core:core-ktx:1.15.0'
}

afterEvaluate {
publishing {
publications {
release(MavenPublication) {
from components.release
}
}
}
}

0 comments on commit 65845d3

Please sign in to comment.