Skip to content

Commit

Permalink
Set debuggable flag in Gradle debug build
Browse files Browse the repository at this point in the history
So the debug build of the app can be debugged.
  • Loading branch information
Robyt3 committed Aug 24, 2024
1 parent e46d237 commit 24356bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/android/files/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ android {
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
debug {
debuggable true
minifyEnabled false
shrinkResources false
}
Expand Down

0 comments on commit 24356bd

Please sign in to comment.