Created
May 12, 2020 17:34
-
-
Save nightcrawler-/cfd57a8031284c35d2fb473978c8d291 to your computer and use it in GitHub Desktop.
Get version name from build.gradle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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