Skip to content

Commit

Permalink
Fix android deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
tonidero committed Dec 22, 2023
1 parent 2072440 commit f51b61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ platform :android do
gradleProperties = {
"signing.keyId" => ENV['GPG_SIGNING_KEY_ID'],
"signing.password" => ENV['GPG_SIGNING_KEY_PW'],
"signing.secretKeyRingFile" => "./secring.gpg",
"signing.secretKeyRingFile" => "#{File.expand_path('android', get_root_folder)}/secring.gpg",
"mavenCentralUsername" => ENV['SONATYPE_NEXUS_TOKEN_USERNAME'],
"mavenCentralPassword" => ENV['SONATYPE_NEXUS_TOKEN_PASSWORD'],
"RELEASE_SIGNING_ENABLED" => true
Expand Down

0 comments on commit f51b61e

Please sign in to comment.