chore: change benchmark package name

This commit is contained in:
Harsh Shandilya 2023-04-15 23:00:17 +05:30
parent be74e52156
commit d31fe53f78
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -38,6 +38,7 @@ android {
matchingFallbacks += "release"
isDebuggable = false
proguardFile("benchmark-rules.pro")
applicationIdSuffix = ".benchmark"
}
}
}