Skip to content

Commit a94b484

Browse files
chore: preserve android sdk target ordering
Agent-Logs-Url: https://github.com/NativeScript/nativescript-cli/sessions/88eeac91-da5e-44b8-9dcc-3560b73090e9 Co-authored-by: NathanWalker <457187+NathanWalker@users.noreply.github.com>
1 parent 609113e commit a94b484

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/common/mobile/emulator-helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import { injector } from "../yok";
55
export class EmulatorHelper implements Mobile.IEmulatorHelper {
66
// https://developer.android.com/guide/topics/manifest/uses-sdk-element
77
public mapAndroidApiLevelToVersion = {
8-
"android-36.1": "16.0.0",
98
"android-36": "16.0.0",
9+
"android-36.1": "16.0.0",
1010
"android-35": "15.0.0",
1111
"android-34": "14.0.0",
1212
"android-33": "13.0.0",

0 commit comments

Comments
 (0)