Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit d04eda4

Browse files
committed
Revert shared debug keystore signingConfig
1 parent 91ff613 commit d04eda4

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

build-logic/convention/src/main/kotlin/GravatarAndroidApplicationConventionPlugin.kt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,6 @@ class GravatarAndroidApplicationConventionPlugin : Plugin<Project> {
4949
}
5050

5151
signingConfigs {
52-
maybeCreate("debug").apply {
53-
storeFile = project.rootProject.file("debug.keystore")
54-
storePassword = "android"
55-
keyAlias = "androiddebugkey"
56-
keyPassword = "android"
57-
}
58-
5952
if (canSignRelease) {
6053
maybeCreate("release").apply {
6154
storeFile = project.file("$secretsPath/${secretsProperties.getProperty("uploadStoreFile")}")

debug.keystore

-2.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)