Skip to content

Commit 61e4a59

Browse files
Set debug buildType to non-debuggable
1 parent b61f2f1 commit 61e4a59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636

3737
buildTypes {
3838
getByName("debug") {
39-
isDebuggable = true
39+
isDebuggable = false
4040
}
4141
getByName("release") {
4242
isDebuggable = false

0 commit comments

Comments
 (0)