android tutorial - Configure the build gradle with signing configuration in android | Developer android - android app development - android studio - android app developement
Configure the build gradle with signing configuration in android
You can define the signing configuration to sign the apk in the build.gradle file. You can define
: the keystore file
: the keystore password
a key alias name
: A key alias password
You have to define the signingConfigs block to create a signing configuration:
Then you can assign it to one or more build types.