versionCode is not increased
See original GitHub issueCould you please remember to increase versionCode
before tagging a new release (and building its APK)? Currently, it’s still set to 1
– so technically, there have never been any updates (Android uses versionCode
to decide whether an APK is to be considered an update). I wonder how this is dealt with for your Playstore releases, as there different versions are listed properly.
Issue Analytics
- State:
- Created a year ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
versionCode vs versionName in Android Manifest
An internal version number. This number is used only to determine whether one version is more recent than another, with higher numbers ...
Read more >Version your app - Android Developers
Typically, you release the first version of your app with versionCode set to 1, then monotonically increase the value with each release, ...
Read more >Manage your Android app's versionCode & versionName with ...
As you know, every Android app must declare an app's versionCode (a monotonically increasing integer for each version of the app), and versionName...
Read more >Android versionCode does not auto increment #45 - GitHub
Open the branch/build configuration; Toggle ON Automatically increment version code; select the timestamp option; Save & Build; Build again.
Read more >Android Version Code Tricks - ProAndroidDev
Version code is a special integer value which works as an internal version number. It is not visible to end users. Android system...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I ran the build script again, so if there was a problem, it should be fixed. Thanks.
It is, thanks a ton! New version just popped up in my repo 3h ago 😍