Commit 24ed6d97 authored by jianglx's avatar jianglx

修改bugBuild签名文件的路径

parent 01ee9db4
......@@ -28,7 +28,7 @@ android {
debug {
keyAlias 'xinxin'
keyPassword '123456'
storeFile file('E:/git/rvapp/keystore/xinxin.jks')
storeFile file('../keystore/xinxin.jks')
storePassword '123456'
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment