Change the key file path to a relative path

Support QQ 8.8.50
This commit is contained in:
JiZhi
2021-11-20 22:38:12 +08:00
parent b075fd8424
commit 44ea28edda
3 changed files with 7 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ plugins {
android {
signingConfigs {
debug {
storeFile file('/Users/fankes/ProjectPath/AndroidStudioProjects/TSBattery/keystore/public')
storeFile file('../keystore/public')
storePassword '123456'
keyAlias 'public'
keyPassword '123456'