Consider the following scenario.
Suppose, I have made an Application named ABC
.
I have also made an Android library module named XYZ
for reusing some code.
I am using module XYZ
in the application ABC
and I have also uploaded that application in the Play Store with versionCode 1
Now I have made some changes in the module XYZ
and some changes in the application ABC
.
For updating that application I am increasing the versionCode to 2
of the application ABC
.
Now my question is do I need to update the versionCode of the module XYZ
also for updating that application to Play Store?