Skip to content

Commit

Permalink
feat: upgrade Android Studio version when installing on Windows (#2072)
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonrybczak authored Sep 20, 2023
1 parent c50e077 commit e0cd7db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default {
win32AutomaticFix: async ({loader}) => {
// Need a GitHub action to update automatically. See #1180
const androidStudioUrl =
'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';

const installPath = getUserAndroidPath();
await downloadAndUnzip({
Expand Down

0 comments on commit e0cd7db

Please sign in to comment.