android-version-actions
android-version-actions copied to clipboard
Current versionName and versionCode?
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 to be "1.2.3-hotfix"
+1 for this versionCode = currentVersionCode + 1