Replies: 2 comments
-
Maybe submit this new feature with next version in Kotlin |
Beta Was this translation helpful? Give feedback.
0 replies
-
code signing config was rework with 3.1.0 version |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
For now, If we want to create a new release, we need to
Generate a signed Bundle / APK...
give the path to the keystore, the keystore password, the keyAlias and the KeyPassword.In gradle we can use variable and secret file (which will not be committed) id order to simplify this generation.
see Pilldroid build.gradle file.
or the documentation
Beta Was this translation helpful? Give feedback.
All reactions