Update versions in AndroidManifest.xml file
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 4 Sep 2016 06:31:48 +0000 (08:31 +0200)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 4 Sep 2016 06:31:48 +0000 (08:31 +0200)
app/src/main/AndroidManifest.xml

index 2e5e7f4..ea8e05e 100644 (file)
@@ -17,8 +17,8 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="name.gumartinm.weather.information"
     android:installLocation="auto"
-    android:versionCode="2"
-    android:versionName="1.1" >
+    android:versionCode="3"
+    android:versionName="2.0" >
 
     <uses-sdk
         android:minSdkVersion="11"