mirror of
https://github.com/bitwarden/android.git
synced 2026-04-27 11:28:41 -05:00
BIT-4: Add shared debug.keystore and debug signing config (#54)
This commit is contained in:
committed by
Álison Fernandes
parent
14d01877fe
commit
4a49781ae1
@@ -23,9 +23,19 @@ android {
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
signingConfigs {
|
||||
getByName("debug") {
|
||||
keyAlias = "androiddebugkey"
|
||||
keyPassword = "android"
|
||||
storeFile = file("../keystores/debug.keystore")
|
||||
storePassword = "android"
|
||||
}
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
debug {
|
||||
applicationIdSuffix = ".dev"
|
||||
signingConfig = signingConfigs.getByName("debug")
|
||||
isDebuggable = true
|
||||
isMinifyEnabled = false
|
||||
}
|
||||
|
||||
BIN
keystores/debug.keystore
Normal file
BIN
keystores/debug.keystore
Normal file
Binary file not shown.
Reference in New Issue
Block a user