Add a shared debug signature
This commit is contained in:
parent
8e43bbd51a
commit
36f2b4dabf
2 changed files with 9 additions and 0 deletions
|
|
@ -43,6 +43,15 @@ android {
|
||||||
excludes += '/META-INF/{AL2.0,LGPL2.1}'
|
excludes += '/META-INF/{AL2.0,LGPL2.1}'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
signingConfigs {
|
||||||
|
debug {
|
||||||
|
keyAlias 'androiddebugkey'
|
||||||
|
keyPassword 'android'
|
||||||
|
storeFile file('./signature/debug.keystore')
|
||||||
|
storePassword 'android'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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