Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save nightcrawler-/cfd57a8031284c35d2fb473978c8d291 to your computer and use it in GitHub Desktop.

Select an option

Save nightcrawler-/cfd57a8031284c35d2fb473978c8d291 to your computer and use it in GitHub Desktop.
Get version name from build.gradle
VERSION_NAME=`grep -oP 'versionName "\K(.*?)(?=")' ./${APP_FOLDER}/build.gradle`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment