Skip to content

Commit

Permalink
chore: release build should fail when release signing config is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
svenjacobs committed Apr 10, 2022
1 parent c790fc3 commit c05265c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ android {
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
)
signingConfig = signingConfigs.findByName("release")
signingConfig = signingConfigs.getByName("release")
}
}

Expand Down

0 comments on commit c05265c

Please sign in to comment.