Makes the bechmark build its own package name to facilitate testing in real phones.
This commit is contained in:
@@ -104,6 +104,9 @@ android {
|
||||
}
|
||||
create("benchmark") {
|
||||
initWith(getByName("release"))
|
||||
applicationIdSuffix '.benchmark'
|
||||
versionNameSuffix '-BENCHMARK'
|
||||
resValue "string", "app_name", "@string/app_name_benchmark"
|
||||
profileable true
|
||||
signingConfig signingConfigs.debug
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user