Skip to content

Commit e0cd7db

Browse files
feat: upgrade Android Studio version when installing on Windows (#2072)
1 parent c50e077 commit e0cd7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli-doctor/src/tools/healthchecks/androidStudio.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default {
4848
win32AutomaticFix: async ({loader}) => {
4949
// Need a GitHub action to update automatically. See #1180
5050
const androidStudioUrl =
51-
'https://redirector.gvt1.com/edgedl/android/studio/ide-zips/3.6.3.0/android-studio-ide-192.6392135-windows.zip';
51+
'https://redirector.gvt1.com/edgedl/android/studio/ide-zips/2022.3.1.18/android-studio-2022.3.1.18-windows.zip';
5252

5353
const installPath = getUserAndroidPath();
5454
await downloadAndUnzip({

0 commit comments

Comments
 (0)