赞
踩
—uni-app离线打包不知道从什么时候起需要配置appkey
signingConfigs {
config {
keyAlias 'a'
keyPassword 'w'
storeFile file('./helmet.keystore')
storePassword 'w'
v1SigningEnabled true
v2SigningEnabled true
}
}
signingConfigs {
release {
keyAlias 'a'
keyPassword 'w'
storeFile file('./helmet.keystore')
storePassword 'c'
}
debug {
keyAlias 'a'
keyPassword 'w'
storeFile file('./helmet.keystore')
storePassword 'wutongyue'
}
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。