Skip to content

Commit

Permalink
reprhase a statement in android signing docs (#2970)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrdic authored Feb 18, 2025
1 parent 995b10c commit 8280769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/yaml-code-signing/signing-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ To sign your Android app, simply modify your **`android/app/build.gradle`** as f

## Signing Android apps using user-specified keys

Instead of modifying the `build.gradle` file, you can use a script to re-create a keystore file on the build machine and use default signing method via `key.properties` file:
After modifying the `build.gradle` file, you can use a script to re-create a keystore file on the build machine and use default signing method via `key.properties` file:

{{< highlight kotlin "style=paraiso-dark">}}
scripts:
Expand Down

0 comments on commit 8280769

Please sign in to comment.