build: add release debug build type
This commit is contained in:
@@ -161,6 +161,13 @@ android {
|
||||
"\"https://vipsky.oss-cn-shanghai.aliyuncs.com/cloud_driver\""
|
||||
)
|
||||
}
|
||||
|
||||
create("releaseDebug") {
|
||||
initWith(getByName("release"))
|
||||
isDebuggable = true
|
||||
signingConfig = signingConfigs.getByName("debug")
|
||||
matchingFallbacks += listOf("release", "debug")
|
||||
}
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
|
||||
Reference in New Issue
Block a user