mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 02:57:04 +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 {
|
android {
|
||||||
namespace = "dev.msfjarvis.claw.benchmark"
|
namespace = "dev.msfjarvis.claw.benchmark"
|
||||||
|
|
||||||
defaultConfig { testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" }
|
defaultConfig {
|
||||||
|
minSdk = 28
|
||||||
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
create("benchmark") {
|
create("benchmark") {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue