Skip to content

Commit

Permalink
Merge pull request #1165 from meenbeese/debug
Browse files Browse the repository at this point in the history
Enable debuggable build type for debugging
  • Loading branch information
n8fr8 authored Jan 31, 2025
2 parents a4717ee + 74872e2 commit 9266ef4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ android {
shrinkResources false
minifyEnabled false
}
debug {
debuggable true
applicationIdSuffix ".debug"
}
}

splits {
Expand Down

0 comments on commit 9266ef4

Please sign in to comment.