mirror of
https://github.com/wasabeef/glide-transformations.git
synced 2025-10-04 18:03:21 +08:00
update gradle
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user