fix(build): make internal build debuggable
Makes it easier to pull out the database
This commit is contained in:
@@ -36,6 +36,7 @@ android {
|
||||
matchingFallbacks += "release"
|
||||
signingConfig = signingConfigs["debug"]
|
||||
applicationIdSuffix = ".internal"
|
||||
debuggable(true)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user