Skip to content

Commit e785077

Browse files
authored
Remove signingConfig from release build type
Removed signing configuration for release build type.
1 parent 2ca9d5b commit e785077

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/flipcash/app/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ android {
6565
buildTypes {
6666
getByName("release") {
6767
resValue("string", "applicationId", appNamespace)
68-
signingConfig = signingConfigs.getByName("contributors")
6968
isMinifyEnabled = true
7069
isShrinkResources = true
7170
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")

0 commit comments

Comments
 (0)