mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 03:37:05 +05:30
fix(benchmark): raise min SDK to align with API requirements
This commit is contained in:
parent
815a8f186b
commit
66d638f952
1 changed files with 4 additions and 1 deletions
|
@ -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") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue