1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-06-09 16:14:09 +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 { signingConfigs {
release { release {
storeFile file(keyStoreProperty) storeFile file(WASABEEF_KEYSTORE)
keyAlias keyAliasProperty keyAlias WASABEEF_KEYALIAS
storePassword keyStorePasswordProperty storePassword WASABEEF_KEYSTOREPASSWORD
keyPassword keyAliasPasswordProperty keyPassword WASABEEF_KEYALIASPASSWORD
} }
} }