You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ androidGitVersion.name 1.2.3
30
30
androidGitVersion.code 1002003
31
31
```
32
32
33
-
Any suffix after the version, such as `-release4` in `1.2.3-release4` is removed and ignored for name and code generation purposes.
33
+
Any suffix after the version number in the tag (such as `-release4` in `1.2.3-release4`) is included in the version name, but is ignored when generating the version code.
0 commit comments