Extra zero in Android version code -
i'm building release android apk, have following attributes in androidmanifest.xml, inside <widget> declaration:
version="1.0.0" android-versioncode="11" when upload developer console i'm seeing following:
why getting trailing 0 @ end? normal?
version code , name defined in build.gradle file. change them there (within defaultconfig part) , should show properly.

Comments
Post a Comment