Add a shared debug signature

This commit is contained in:
Benoit Marty
2022-10-10 12:05:17 +02:00
parent 8e43bbd51a
commit 36f2b4dabf
2 changed files with 9 additions and 0 deletions

View File

@@ -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 {

Binary file not shown.