mirror of
https://github.com/bitwarden/android.git
synced 2025-12-05 18:46:49 -06:00
[PM-17412] Rename debug keystore (#356)
This commit is contained in:
@@ -49,7 +49,7 @@ android {
|
||||
getByName("debug") {
|
||||
keyAlias = "androiddebugkey"
|
||||
keyPassword = "android"
|
||||
storeFile = file("../keystores/debug.keystore")
|
||||
storeFile = file("../keystores/debug-bwa.keystore")
|
||||
storePassword = "android"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user