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 c50e077 commit e0cd7dbCopy full SHA for e0cd7db
packages/cli-doctor/src/tools/healthchecks/androidStudio.ts
@@ -48,7 +48,7 @@ export default {
48
win32AutomaticFix: async ({loader}) => {
49
// Need a GitHub action to update automatically. See #1180
50
const androidStudioUrl =
51
- 'https://redirector.gvt1.com/edgedl/android/studio/ide-zips/3.6.3.0/android-studio-ide-192.6392135-windows.zip';
+ 'https://redirector.gvt1.com/edgedl/android/studio/ide-zips/2022.3.1.18/android-studio-2022.3.1.18-windows.zip';
52
53
const installPath = getUserAndroidPath();
54
await downloadAndUnzip({
0 commit comments