Skip to content

Commit

Permalink
Android: use GPG agent for release signing
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdapioneer committed Feb 29, 2024
1 parent 57987af commit e5ec664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions android/sloth-pwhash-libsodium/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ publishing {
}

signing {
useGpgCmd()
sign(publishing.publications["release"])
}

Expand Down
1 change: 1 addition & 0 deletions android/sloth/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ publishing {
}

signing {
useGpgCmd()
sign(publishing.publications["release"])
}

Expand Down

0 comments on commit e5ec664

Please sign in to comment.