Skip to content

Commit

Permalink
android-studio-canary: Add version 2024.3.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
BanHammerYKT committed Jan 14, 2025
1 parent dbfdb21 commit 9fcda37
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions bucket/android-studio-canary.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"version": "2024.3.1.9",
"description": "The official IDE for Android development, which includes everything you need to build Android apps.",
"homepage": "https://developer.android.com/studio/preview",
"license": {
"identifier": "Freeware",
"url": "https://developer.android.com/studio/terms.html"
},
"suggest": {
"Android SDK": "android-clt"
},
"architecture": {
"64bit": {
"url": "https://redirector.gvt1.com/edgedl/android/studio/ide-zips/2024.3.1.9/android-studio-2024.3.1.9-windows.zip",
"hash": "368c5f621f784804fff65e3d98ba6abfc935b2d5f7302247012bdce4e47f411c",
"shortcuts": [
[
"bin\\studio64.exe",
"Android Studio Canary"
]
]
}
},
"pre_install": "'uninstall.exe' | ForEach-Object { Remove-Item \"$dir/$_\" -Recurse }",
"extract_dir": "android-studio",
"checkver": {
"regex": "agree_canary_win_bundle_download[\\s\\S]+?android-studio-([\\d.]+)-windows\\.exe"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://redirector.gvt1.com/edgedl/android/studio/ide-zips/$version/android-studio-$version-windows.zip"
}
}
}
}

0 comments on commit 9fcda37

Please sign in to comment.