diff app/src/main/AndroidManifest.xml @ 492:e88d48be89a8

add TCP_NODELAY to the monitor socket
author Carl Byington <carl@five-ten-sg.com>
date Tue, 15 Feb 2022 13:45:57 -0800
parents 7545103ec815
children c7a947e291db
line wrap: on
line diff
--- a/app/src/main/AndroidManifest.xml	Wed Oct 14 14:52:39 2020 -0700
+++ b/app/src/main/AndroidManifest.xml	Tue Feb 15 13:45:57 2022 -0800
@@ -17,8 +17,8 @@
 -->
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
 	package="com.five_ten_sg.connectbot"
-	android:versionName="1.9.4-2"
-	android:versionCode="1942"
+	android:versionName="1.9.4-3"
+	android:versionCode="1943"
 	android:installLocation="auto">
 
     <!--  permissions must match HostListActivity.java -->