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
{{ message }}
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.
Hi, @passsy , I am applying the the git-versioner.gradle into my project, and I have problem to get versionCode updated, no matter how many commits has been updated, but they are still 277.
I checked my git version, it is git version 2.10.1, and the git path is located at: /usr/local/bin/git
Has anyone meet the same issue?
The text was updated successfully, but these errors were encountered:
I just got an idea. when you commit something you're most likely not on the defaultBranch. The version only increases for commits on the default branch.
Commits on other branches are represented as 1083-dm4 where 1083 is the version of the defaultBranch and 4 the commits on the feature branch (which should increase in your case).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, @passsy , I am applying the the git-versioner.gradle into my project, and I have problem to get versionCode updated, no matter how many commits has been updated, but they are still 277.
I checked my git version, it is git version 2.10.1, and the git path is located at: /usr/local/bin/git
Has anyone meet the same issue?
The text was updated successfully, but these errors were encountered: