File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
build-logic/src/main/kotlin Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ enum class SupportedAgp(
4646object 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,
You can’t perform that action at this time.
0 commit comments