Skip to content

Commit ae4d387

Browse files
Share debug key (#1092)
* Share debug key * Moved
1 parent 705d4a0 commit ae4d387

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

app/build.gradle

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ android {
126126
isDefault true
127127
minifyEnabled false
128128
enableUnitTestCoverage true
129+
signingConfig signingConfigs.debug
129130
}
130131
}
131132

@@ -146,6 +147,15 @@ android {
146147
keyPassword SESSION_HUAWEI_KEY_PASSWORD
147148
}
148149
}
150+
151+
debug {
152+
// This keystore is for debug builds only and it should never be used to
153+
// sign the release apk.
154+
storeFile new File(rootProject.projectDir, "etc/debug.keystore")
155+
storePassword "android"
156+
keyAlias "androiddebugkey"
157+
keyPassword "android"
158+
}
149159
}
150160

151161
flavorDimensions "distribution"

etc/debug.keystore

2.56 KB
Binary file not shown.

0 commit comments

Comments
 (0)