mirror of
https://github.com/fankes/TSBattery.git
synced 2025-10-22 18:29:25 +08:00
Change the key file path to a relative path
Support QQ 8.8.50
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user