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 {
|
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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user