mirror of
https://github.com/wasabeef/glide-transformations.git
synced 2025-06-08 23:44:04 +08:00
update gradle
This commit is contained in:
parent
f7d0541a19
commit
e3c0c8d597
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user