Sign APK without putting keystore info in build.gradle

后端 未结 12 961
栀梦
栀梦 2020-11-28 17:51

I am trying to setup signing process so that keystore password and key password are not stored in the project\'s build.gradle file.

Cur

12条回答
  •  孤城傲影
    2020-11-28 18:19

    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.

提交回复
热议问题