We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f15a0 commit a57813fCopy full SHA for a57813f
lib/common/mobile/emulator-helper.ts
@@ -5,6 +5,8 @@ import { injector } from "../yok";
5
export class EmulatorHelper implements Mobile.IEmulatorHelper {
6
// https://developer.android.com/guide/topics/manifest/uses-sdk-element
7
public mapAndroidApiLevelToVersion = {
8
+ "android-33": "13.0.0",
9
+ "android-32": "12.0.0",
10
"android-31": "12.0.0",
11
"android-30": "11.0.0",
12
"android-29": "10.0.0",
0 commit comments