rename dev_keystore.jks to testkey_untrusted.jks

Hopefully the new name of keystore file would provide to potential user
more info about what it actually is.
This commit is contained in:
Leonid Pliushch
2022-09-21 10:30:24 +03:00
parent 211340781b
commit 061dc776bd
2 changed files with 1 additions and 1 deletions

View File

@@ -77,7 +77,7 @@ android {
signingConfigs {
debug {
storeFile file('dev_keystore.jks')
storeFile file('testkey_untrusted.jks')
keyAlias 'alias'
storePassword 'xrj45yWGLbsO7W0v'
keyPassword 'xrj45yWGLbsO7W0v'