mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
fix(build): make internal build debuggable
Makes it easier to pull out the database
This commit is contained in:
parent
cec2d70fda
commit
a3e9957e49
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ android {
|
||||||
matchingFallbacks += "release"
|
matchingFallbacks += "release"
|
||||||
signingConfig = signingConfigs["debug"]
|
signingConfig = signingConfigs["debug"]
|
||||||
applicationIdSuffix = ".internal"
|
applicationIdSuffix = ".internal"
|
||||||
|
debuggable(true)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue