Skip to content

Commit

Permalink
Remove unneeded signing
Browse files Browse the repository at this point in the history
  • Loading branch information
HotarunIchijou committed Sep 23, 2023
1 parent dce4952 commit b014bdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ android {
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
)
signingConfig = signingConfigs.getByName("debug")
}
}
compileOptions {
Expand Down

0 comments on commit b014bdd

Please sign in to comment.