Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
siarhei-luskanau authored May 8, 2024
1 parent 8030f82 commit 8e7cfde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ android {
managedDevices.devices.create<ManagedVirtualDevice>(name) {
device = "Nexus 4"
apiLevel = apiLevelIt
val systemImageConfig: Pair<String?, Boolean?> = when (apiLevelIt) {
val systemImageConfig: Pair<String?, Boolean?> = when (apiLevel) {
34 -> "aosp-atd" to true
else -> null to null
}
Expand Down

0 comments on commit 8e7cfde

Please sign in to comment.