mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-07-26 14:32:28 +00:00
chore: different package name for debug builds
This commit is contained in:
parent
8c6741f5cb
commit
323aea2191
2 changed files with 10 additions and 0 deletions
|
|
@ -120,6 +120,12 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
androidComponents {
|
||||
onVariants(selector().withBuildType("debug")) { variant ->
|
||||
variant.applicationId.set("com.nuviodebug.com")
|
||||
}
|
||||
}
|
||||
|
||||
sentry {
|
||||
includeProguardMapping.set(true)
|
||||
autoUploadProguardMapping.set(sentryMappingUploadEnabled)
|
||||
|
|
|
|||
4
androidApp/src/debug/res/values/strings.xml
Normal file
4
androidApp/src/debug/res/values/strings.xml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">Nuvio Debug</string>
|
||||
</resources>
|
||||
Loading…
Reference in a new issue