mirror of
http://galexander.org/git/simplesshd.git
synced 2025-01-16 01:50:54 +00:00
version 1.4
This commit is contained in:
parent
b35cee186d
commit
4848e35b69
@ -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="4"
|
||||
android:versionName="1.3">
|
||||
android:versionCode="5"
|
||||
android:versionName="1.4">
|
||||
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="11" />
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
|
@ -69,6 +69,7 @@ in this commandline.</p>
|
||||
<li> <b>2014/12/29 Version 1.1:</b> Works with Lollipop now.
|
||||
<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.
|
||||
</ul>
|
||||
|
||||
<h2>About</h2>
|
||||
|
Loading…
Reference in New Issue
Block a user