Skip to content

Commit

Permalink
Fix release signing: use optional release signing
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Apr 3, 2024
1 parent 4a6283b commit 4830e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ android {
buildTypes {
release {
isMinifyEnabled = true
signingConfig = signingConfigs.getByName("release")
signingConfig = signingConfigs.findByName("release")
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
*sharedAndroidProguardRules(),
Expand Down

0 comments on commit 4830e24

Please sign in to comment.