1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-06-08 07:24:05 +08:00

update gradle

This commit is contained in:
wasabeef 2015-04-02 14:52:41 +09:00
parent f7d0541a19
commit e3c0c8d597

View File

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