Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
gtebrean committed Jan 10, 2025
1 parent fb94735 commit a95cbf3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gradle/publish/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,7 @@ signing {
useInMemoryPgpKeys(gpgSecretKey, password)
}

tasks.named('signReleasePublication') {
dependsOn('bundleReleaseAar')
}

0 comments on commit a95cbf3

Please sign in to comment.