mirror of
http://galexander.org/git/simplesshd.git
synced 2024-11-14 11:08:56 +00:00
tag new 1.2 release version
This commit is contained in:
parent
c508bc9d77
commit
3cbf48dc79
@ -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="2"
|
||||
android:versionName="1.1">
|
||||
android:versionCode="3"
|
||||
android:versionName="1.2">
|
||||
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="11" />
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
|
@ -56,6 +56,7 @@ in this commandline.</p>
|
||||
<ul>
|
||||
<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>2014/12/29 Version 1.2:</b> Displays the IP address it's listening on.
|
||||
</ul>
|
||||
|
||||
<h2>About</h2>
|
||||
|
Loading…
Reference in New Issue
Block a user