Skip to content

Commit f42d176

Browse files
committed
Mark debug build as actually debuggable
1 parent 7ab4ab8 commit f42d176

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ android {
1717
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
1818
}
1919
debug {
20+
debuggable true
2021
minifyEnabled false
2122
shrinkResources false
2223
}

0 commit comments

Comments
 (0)