Skip to content

Commit

Permalink
android-studio-beta: Add version 2024.2.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
BanHammerYKT committed Jan 14, 2025
1 parent 23fd381 commit dbfdb21
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions bucket/android-studio-beta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"version": "2024.2.2.12",
"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.2.2.12/android-studio-2024.2.2.12-windows.zip",
"hash": "9ac80b629ee731939e4d8d27a73fa5093a10f5bc7f18f353193243263a878ef1",
"shortcuts": [
[
"bin\\studio64.exe",
"Android Studio Beta"
]
]
}
},
"pre_install": "'uninstall.exe' | ForEach-Object { Remove-Item \"$dir/$_\" -Recurse }",
"extract_dir": "android-studio",
"checkver": {
"regex": "agree_beta_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 dbfdb21

Please sign in to comment.