fix(benchmark): raise min SDK to align with API requirements

This commit is contained in:
Harsh Shandilya 2023-05-06 02:24:37 +05:30
parent 815a8f186b
commit 66d638f952
No known key found for this signature in database

View file

@ -17,7 +17,10 @@ plugins {
android {
namespace = "dev.msfjarvis.claw.benchmark"
defaultConfig { testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" }
defaultConfig {
minSdk = 28
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
create("benchmark") {