Skip to content

Commit bd6f629

Browse files
committed
android-studio-(rc|beta|canary): remove beta & add RC & fix Canary
1 parent cad03a0 commit bd6f629

2 files changed

Lines changed: 13 additions & 17 deletions

File tree

bucket/android-studio-canary.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"version": "2025.2.3.8",
2+
"version": "2025.3.3.2",
33
"description": "The official IDE for Android development, which includes everything you need to build Android apps.",
44
"homepage": "https://developer.android.com/studio/preview",
55
"license": {
66
"identifier": "Freeware",
7-
"url": "https://developer.android.com/studio/terms.html"
7+
"url": "https://developer.android.com/studio/terms"
88
},
99
"suggest": {
1010
"Android SDK": "android-clt"
1111
},
1212
"architecture": {
1313
"64bit": {
14-
"url": "https://redirector.gvt1.com/edgedl/android/studio/ide-zips/2025.2.3.8/android-studio-2025.2.3.8-windows.zip",
15-
"hash": "cf56f6067bacf805bfa79f799439312c6c8f120b10ab7c1b524090c11bacb361",
14+
"url": "https://edgedl.me.gvt1.com/android/studio/ide-zips/2025.3.3.2/android-studio-panda3-canary2-windows.zip",
15+
"hash": "072aac84121fed2ed2b3ca5e1a4275444b06b06dc2ff34e94feecf6cb44b4caf",
1616
"shortcuts": [
1717
[
1818
"bin\\studio64.exe",
@@ -23,13 +23,11 @@
2323
},
2424
"pre_install": "'uninstall.exe' | ForEach-Object { Remove-Item \"$dir/$_\" -Recurse }",
2525
"extract_dir": "android-studio",
26-
"checkver": {
27-
"regex": "agree_canary_win_bundle_download[\\s\\S]+?android-studio-([\\d.]+)-windows\\.exe"
28-
},
26+
"checkver": "/install/(?<version>[\\d.]+)/(?<filename>android-studio.*-canary\\d+-windows)\\.exe",
2927
"autoupdate": {
3028
"architecture": {
3129
"64bit": {
32-
"url": "https://redirector.gvt1.com/edgedl/android/studio/ide-zips/$version/android-studio-$version-windows.zip"
30+
"url": "https://edgedl.me.gvt1.com/android/studio/ide-zips/$version/$matchFilename.zip"
3331
}
3432
}
3533
}
Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,33 @@
11
{
2-
"version": "2025.2.3.8",
2+
"version": "2025.3.2.5",
33
"description": "The official IDE for Android development, which includes everything you need to build Android apps.",
44
"homepage": "https://developer.android.com/studio/preview",
55
"license": {
66
"identifier": "Freeware",
7-
"url": "https://developer.android.com/studio/terms.html"
7+
"url": "https://developer.android.com/studio/terms"
88
},
99
"suggest": {
1010
"Android SDK": "android-clt"
1111
},
1212
"architecture": {
1313
"64bit": {
14-
"url": "https://redirector.gvt1.com/edgedl/android/studio/ide-zips/2025.2.3.8/android-studio-2025.2.3.8-windows.zip",
15-
"hash": "cf56f6067bacf805bfa79f799439312c6c8f120b10ab7c1b524090c11bacb361",
14+
"url": "https://edgedl.me.gvt1.com/android/studio/ide-zips/2025.3.2.5/android-studio-panda2-rc1-windows.zip",
15+
"hash": "f23bdbf1d220ec26c8bd79836fad75b4df28eb853470b333012226e244a07937",
1616
"shortcuts": [
1717
[
1818
"bin\\studio64.exe",
19-
"Android Studio Beta"
19+
"Android Studio RC"
2020
]
2121
]
2222
}
2323
},
2424
"pre_install": "'uninstall.exe' | ForEach-Object { Remove-Item \"$dir/$_\" -Recurse }",
2525
"extract_dir": "android-studio",
26-
"checkver": {
27-
"regex": "agree_beta_win_bundle_download[\\s\\S]+?android-studio-([\\d.]+)-windows\\.exe"
28-
},
26+
"checkver": "/install/(?<version>[\\d.]+)/(?<filename>android-studio.*-rc\\d+-windows)\\.exe",
2927
"autoupdate": {
3028
"architecture": {
3129
"64bit": {
32-
"url": "https://redirector.gvt1.com/edgedl/android/studio/ide-zips/$version/android-studio-$version-windows.zip"
30+
"url": "https://edgedl.me.gvt1.com/android/studio/ide-zips/$version/$matchFilename.zip"
3331
}
3432
}
3533
}

0 commit comments

Comments
 (0)