Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
restore signing phase
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarbo committed Apr 6, 2023
1 parent 329c87c commit 041b896
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions android/glue/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,11 @@ afterEvaluate {
}
}

signing {
useInMemoryPgpKeys(
rootProject.ext["signing.keyId"] as String,
rootProject.ext["signing.key"] as String,
rootProject.ext["signing.password"] as String,
)
sign(publishing.publications)
}

0 comments on commit 041b896

Please sign in to comment.