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:

screenshot of developer console

why getting trailing 0 @ end? normal?

version code , name defined in build.gradle file. change them there (within defaultconfig part) , should show properly.


Comments

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -