mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 02:35:19 +08:00
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:
@@ -77,7 +77,7 @@ android {
|
|||||||
|
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
debug {
|
debug {
|
||||||
storeFile file('dev_keystore.jks')
|
storeFile file('testkey_untrusted.jks')
|
||||||
keyAlias 'alias'
|
keyAlias 'alias'
|
||||||
storePassword 'xrj45yWGLbsO7W0v'
|
storePassword 'xrj45yWGLbsO7W0v'
|
||||||
keyPassword 'xrj45yWGLbsO7W0v'
|
keyPassword 'xrj45yWGLbsO7W0v'
|
||||||
|
Reference in New Issue
Block a user