I am trying to setup signing process so that keystore password and key password are not stored in the project\'s build.gradle file.
build.gradle
Cur
My password contained a special character which dollar sign $ and I had to escape that in gradle.properties file. After that, signing worked for me.