Wiki

Clone wiki

SigningConfigurationsTutorial / Home

Signing Configurations tutorial

The project from this repository provides a working setup for external signing configuration.

Key Store and signing configuration

The sample key store and the gradle signing configuration are located in the .signing folder.

You can move the folder anywhere you want as long as you update the path from gradle.properties

Credentials

  • storePassword : android
  • keyAlias : tutorial
  • keyPassword : tutorial

You can find the tutorial here !

Updated