Skip to content

Commit

Permalink
Fix: Disable signing debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
josephnglynn committed Mar 9, 2024
1 parent 415b524 commit 8ca80ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ android {
}
}
buildTypes {
debug {
signingConfig signingConfigs.release
}
release {
signingConfig signingConfigs.release
}
Expand Down
Empty file.

0 comments on commit 8ca80ce

Please sign in to comment.