diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 2121575..b48ad22 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -62,7 +62,7 @@ android { managedDevices.devices.create(name) { device = "Nexus 4" apiLevel = apiLevelIt - val systemImageConfig: Pair = when (apiLevelIt) { + val systemImageConfig: Pair = when (apiLevel) { 34 -> "aosp-atd" to true else -> null to null }