Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions bucket/android-performance-analyzer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"version": "0.8.0-RC3",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical | ⚡ Quick win

RC version violates acceptance criteria for new packages.

The version 0.8.0-RC3 is a Release Candidate, which is a pre-release version. According to the acceptance criteria for new package requests, packages must have "a stable release available (not in pre-release or alpha stage)."

Please wait for a stable/GA (General Availability) release of Android Performance Analyzer before submitting this package to the Extras bucket.

As per coding guidelines: "Acceptance criteria for new package requests: A stable release available (not in pre-release or alpha stage)."

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@bucket/android-performance-analyzer.json` at line 2, The package uses a
pre-release version string "0.8.0-RC3" in the JSON "version" field which
violates the acceptance criteria; update the "version" field from the
release-candidate value to the official stable/GA version once available
(replace "0.8.0-RC3" with the GA version), or if no stable release exists yet,
withdraw or mark the package submission as draft and do not add the package
until a non-pre-release version is published.

"description": "Optimize your app or game with Android's new profiler and performance analysis tool for the Android ecosystem.",
"homepage": "https://developer.android.com/android-performance-analyzer",
"license": {
"identifier": "Freeware",
"url": "https://developer.android.com/studio/terms"
},
"architecture": {
"64bit": {
"url": "https://dl.google.com/android/apa/ide-zips/v0.8.0-RC3/android-performance-analyzer-windows.zip",
"hash": "5dd973d9aa8a36895f172935b713ac856f663537e7235037add12b01e6bb4689",
"shortcuts": [
[
"bin\\apa64.exe",
"Android Performance Analyzer"
]
]
}
},
"extract_dir": "apa-windows",
"checkver": "/ide-zips/v(?<version>[\\w.-]+)/android-performance-analyzer-windows.zip",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dl.google.com/android/apa/ide-zips/v$version/android-performance-analyzer-windows.zip",
"hash": {
"url": "https://developer.android.com/android-performance-analyzer",
"regex": "(?sm)$basename.*?$sha256"
}
}
}
}
}
Loading