1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-06-08 23:44:04 +08:00

Update keystore name

This commit is contained in:
wasabeef 2015-04-01 16:05:33 +09:00
parent 4c23e38206
commit c241532a58

View File

@ -15,10 +15,10 @@ android {
signingConfigs {
release {
storeFile file(keyStoreProperty)
keyAlias keyAliasProperty
storePassword keyStorePasswordProperty
keyPassword keyAliasPasswordProperty
storeFile file(WASABEEF_KEYSTORE)
keyAlias WASABEEF_KEYALIAS
storePassword WASABEEF_KEYSTOREPASSWORD
keyPassword WASABEEF_KEYALIASPASSWORD
}
}