diff --git a/bucket/android-studio-canary.json b/bucket/android-studio-canary.json new file mode 100644 index 0000000..4ddca95 --- /dev/null +++ b/bucket/android-studio-canary.json @@ -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" + } + } + } +}