Skip to content

Commit

Permalink
feat(sdk): update cli tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed Jan 22, 2024
1 parent 00a1fc3 commit 5b22b8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions emulator-run-cmd/src/sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,11 @@ export abstract class BaseAndroidSdk implements AndroidSDK {
}

class LinuxAndroidSdk extends BaseAndroidSdk {
defaultSdkUrl = "https://dl.google.com/android/repository/commandlinetools-linux-6858069_latest.zip"
defaultSdkUrl = "https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip"
}

class MacOSAndroidSdk extends BaseAndroidSdk {
defaultSdkUrl = "https://dl.google.com/android/repository/commandlinetools-mac-6858069_latest.zip"
defaultSdkUrl = "https://dl.google.com/android/repository/commandlinetools-mac-11076708_latest.zip"
}

export class SdkFactory {
Expand Down
4 changes: 2 additions & 2 deletions install-sdk/src/sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,11 @@ export abstract class BaseAndroidSdk implements AndroidSDK {
}

class LinuxAndroidSdk extends BaseAndroidSdk {
defaultSdkUrl = "https://dl.google.com/android/repository/commandlinetools-linux-6858069_latest.zip"
defaultSdkUrl = "https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip"
}

class MacOSAndroidSdk extends BaseAndroidSdk {
defaultSdkUrl = "https://dl.google.com/android/repository/commandlinetools-mac-6858069_latest.zip"
defaultSdkUrl = "https://dl.google.com/android/repository/commandlinetools-mac-11076708_latest.zip"
}

export class SdkFactory {
Expand Down

0 comments on commit 5b22b8c

Please sign in to comment.