Skip to content

Instantly share code, notes, and snippets.

@hpcorona
Created April 29, 2013 16:00
Show Gist options
  • Save hpcorona/5482577 to your computer and use it in GitHub Desktop.
Save hpcorona/5482577 to your computer and use it in GitHub Desktop.
Extract Version name from APK
aapt dump badging "$1" | grep package:\ name | sed "s/\(.*\)versionName='//" | sed "s/'//"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment