mirror of
http://galexander.org/git/simplesshd.git
synced 2024-12-29 09:28:07 +00:00
tag version 1.3
This commit is contained in:
parent
8a62f1fa9f
commit
5b87d46bee
@ -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="3"
|
||||
android:versionName="1.2">
|
||||
android:versionCode="4"
|
||||
android:versionName="1.3">
|
||||
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="11" />
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
|
@ -68,6 +68,7 @@ in this commandline.</p>
|
||||
<li> <b>2014/12/22 Version 1.0:</b> Initial public release.
|
||||
<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.
|
||||
</ul>
|
||||
|
||||
<h2>About</h2>
|
||||
|
Loading…
Reference in New Issue
Block a user