[SampleApp] Add debug signingConfigs (#16)
This commit is contained in:
committed by
Salvatore Giordano
parent
b7169748af
commit
f63a68a494
@@ -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.
Reference in New Issue
Block a user