android-version-actions icon indicating copy to clipboard operation
android-version-actions copied to clipboard

Results 7 android-version-actions issues
Sort by recently updated
recently updated
newest added

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies
github_actions

Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information, see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Hello, I want to show the current build version code on the login screen of my application. I am showing the BuildConfig.VERSION_CODE to get the value, but it is still...

Thanks for this great action! My problem is that the job that includes this action has the following properties set for the job (it's a monorepo with servers, web apps...

How do you get the current versionName and versionCode? My use case is to append some text into the versionName. For example, current versionName is "1.2.3", then I want it...

I was scratching my head why this action wasn't working for me. After some debugging I realized that it had managed to replace `versionCode` in a comment (e.g. `// Here's...

Hey @chkfung, thanks for the plugin. Is it feasible for you to put replaceAll in place of `newGradle = newGradle.replace(versionCodeRegexPattern, `$1${versionCode}`);` and same for versionName because we have multiple productFlavours...