Skip to content

Instantly share code, notes, and snippets.

@ftabashir
Created December 18, 2017 05:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ftabashir/51c029566c51a6121ccf79b667e42592 to your computer and use it in GitHub Desktop.
Save ftabashir/51c029566c51a6121ccf79b667e42592 to your computer and use it in GitHub Desktop.
a batch file to get versionName of apk (in windows)
aapt.exe dump badging %1 | findstr versionName
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment