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:
parent
4c23e38206
commit
c241532a58
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user