Set the version number to 1.0

Change-Id: I4744e40b1eb2bf7f8fcb25531712b3b53e1c1337
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index aa3f040..7a5eb7f 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -14,13 +14,10 @@
      limitations under the License.
 -->
 
-<!-- Declare the contents of this Android application.  The namespace
-     attribute brings in the Android platform namespace, and the package
-     supplies a unique name for the application.  When writing your
-     own application, the package name must be changed from "com.example.*"
-     to come from a domain that you own or have control over. -->
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="com.android.apps.tag"
+    android:versionCode="100"
+    android:versionName="1.0"
 >
 
     <uses-permission android:name="android.permission.CALL_PHONE" />