Bump version to 1.37.1 (13701)

Change-Id: I1fda9b4f899e0c6f9fd3e3b39a444a667968e7c7
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index dc59954..2c67792 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -2,8 +2,8 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
           xmlns:tools="http://schemas.android.com/tools"
           package="com.fairphone.updater"
-    android:versionCode="13700"
-    android:versionName="1.37.0" >
+    android:versionCode="13701"
+    android:versionName="1.37.1" >
 
     <uses-sdk
         android:minSdkVersion="17"
@@ -68,7 +68,7 @@
         <activity
             android:name="com.fairphone.updater.FairphoneUpdater"
             android:label="@string/app_name"
-            android:screenOrientation="portrait" 
+            android:screenOrientation="portrait"
             android:launchMode="singleTop">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />