Open iadcialim opened 2 years ago
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
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"