Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyMuse authored Jul 17, 2022
1 parent 20e936d commit b616cd4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,18 @@ subprojects {
dependencies {
implementation project(path: ':core')
}
it.afterEvaluate {
publishing {
publications {
release(MavenPublication) {
from components.release
}
}
}
}

break

default:

apply plugin: 'com.android.library'
Expand Down

0 comments on commit b616cd4

Please sign in to comment.