Skip to content

Commit 535644f

Browse files
committed
minSdk 21 -> 23
1 parent a232226 commit 535644f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-logic/src/main/kotlin/Environment.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ enum class SupportedAgp(
4646
object Android {
4747
const val compileSdkVersion = 35
4848
const val targetSdkVersion = 35
49-
const val sampleMinSdkVersion = 21
49+
const val sampleMinSdkVersion = 23
5050
val testRunnerMinSdkVersion = (Artifacts.Instrumentation.Runner.platform as Android).minSdk
5151
val testCoreMinSdkVersion = (Artifacts.Instrumentation.Core.platform as Android).minSdk
5252
val testComposeMinSdkVersion = (Artifacts.Instrumentation.Compose.platform as Android).minSdk
@@ -135,7 +135,7 @@ object Artifacts {
135135
)
136136

137137
val Compose = Deployed(
138-
platform = Android(minSdk = 21),
138+
platform = Android(minSdk = 23),
139139
groupId = groupId,
140140
artifactId = "android-test-compose",
141141
currentVersion = currentVersion,

0 commit comments

Comments
 (0)