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