Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
#!/bin/bash
ID=`curl -s "https://ci.android.com/builds/branches/aosp-androidx-master-dev/status.json" | jq ".targets[] | select(.ID==\"aosp-androidx-master-dev.androidx_snapshot\") | .last_known_good_build"` && echo https://ci.android.com/builds/submitted/"${ID:1:-1}"/androidx_snapshot/latest/repository/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment