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 b3969fe410
commit 45f7a1ab9c
No known key found for this signature in database
GPG Key ID: 802AB1B71153CBC4
2 changed files with 1 additions and 1 deletions

View File

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