Change
the version of your android application; which you can handle or do the change
in AndroidManifest.xml. There are two values where
android:versionCode="3"
– It is version code for android application
android:versionName="1.2"
– it is version name on android application
Now
you will get the full code as like below;
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.passion.learnfoodalphabat"
android:versionCode="3" android:label="Food
Alphabet"
android:versionName="1.2"
android:installLocation="preferExternal">
You
can do he changes from UI screen also as below;
No comments:
Post a Comment