[SampleApp] Add debug signingConfigs (#16)

This commit is contained in:
Sahil Kumar
2021-03-04 15:14:02 +01:00
committed by Salvatore Giordano
parent b7169748af
commit f63a68a494
2 changed files with 9 additions and 0 deletions
+9
View File
@@ -47,6 +47,15 @@ android {
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
signingConfigs {
debug {
storeFile file('debug.keystore')
storePassword 'android'
keyAlias 'androiddebugkey'
keyPassword 'android'
}
}
buildTypes {
release {
// TODO: Add your own signing config for the release build.
Binary file not shown.