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

Commit 1a26327

Browse files
committed
Set signingConfig for release build type
This allows to install the app in `release` build type on devices
1 parent 4a2a846 commit 1a26327

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ class GravatarAndroidApplicationConventionPlugin : Plugin<Project> {
4646
getDefaultProguardFile("proguard-android-optimize.txt"),
4747
"proguard-rules.pro",
4848
)
49+
signingConfig = signingConfigs.getByName("debug")
4950
}
5051
}
5152
}

0 commit comments

Comments
 (0)