Add a shared debug signature
This commit is contained in:
parent
0cbac26e23
commit
b223a39d34
2 changed files with 9 additions and 0 deletions
|
|
@ -43,6 +43,15 @@ android {
|
|||
excludes += '/META-INF/{AL2.0,LGPL2.1}'
|
||||
}
|
||||
}
|
||||
|
||||
signingConfigs {
|
||||
debug {
|
||||
keyAlias 'androiddebugkey'
|
||||
keyPassword 'android'
|
||||
storeFile file('./signature/debug.keystore')
|
||||
storePassword 'android'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
|||
BIN
app/signature/debug.keystore
Normal file
BIN
app/signature/debug.keystore
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue