mirror of
http://galexander.org/git/simplesshd.git
synced 2024-11-15 19:48:56 +00:00
tag version 1.5
This commit is contained in:
parent
0a033800b6
commit
0d1ccca285
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.galexander.sshd"
|
||||
android:versionCode="5"
|
||||
android:versionName="1.4">
|
||||
android:versionCode="6"
|
||||
android:versionName="1.5">
|
||||
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="11" />
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
|
@ -70,6 +70,7 @@ in this commandline.</p>
|
||||
<li> <b>2015/01/18 Version 1.2:</b> Displays the IP address it's listening on.
|
||||
<li> <b>2015/06/21 Version 1.3:</b> Hack to make rsync work with SuperSU.
|
||||
<li> <b>2015/11/23 Version 1.4:</b> Don't abort if IP address lookup fails, and make proper "About" menu.
|
||||
<li> <b>2016/06/11 Version 1.5:</b> SuperSU+rsync hack now limits the buffer size to 1MB.
|
||||
</ul>
|
||||
|
||||
<h2>About</h2>
|
||||
|
Loading…
Reference in New Issue
Block a user