mirror of
https://github.com/hmalik144/Driver.git
synced 2026-01-31 02:41:46 +00:00
Local testing
This commit is contained in:
@@ -40,7 +40,7 @@ android {
|
||||
storePassword relStorePassword
|
||||
keyPassword relKeyPassword
|
||||
keyAlias relKeyAlias
|
||||
storeFile file("./keystore.jks").exists() ? file("./keystore.jks") : null
|
||||
storeFile rootProject.file("app/keystore.jks").exists() ? rootProject.file("app/keystore.jks") : null
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user