Skip to content

Commit

Permalink
feat: add api 34 for start-device (#1580)
Browse files Browse the repository at this point in the history
  • Loading branch information
amanjeetsingh150 authored Nov 9, 2023
1 parent 22a76ec commit 9222731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maestro-cli/src/main/java/maestro/cli/util/DeviceConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ data class DeviceConfigAndroid(
val abi: String
) {
companion object {
val versions = listOf(33, 31, 30, 29, 28)
val versions = listOf(34, 33, 31, 30, 29, 28)
val defaultVersion = 30

fun createConfig(version: Int, device: AvdDevice, architecture: MACOS_ARCHITECTURE): DeviceConfigAndroid {
Expand Down

0 comments on commit 9222731

Please sign in to comment.