forked from ezh/android-component-DigiSSHD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ApplicationManifest.xml
21 lines (21 loc) · 1.31 KB
/
ApplicationManifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<id>DigiSSHD</id>
<name>DigiSSHD</name>
<version>0.2.2</version>
<required version="0.2">org.digimead.digi.ctrl</required>
<description>Secure Shell Server</description>
<description lang="ru">Secure Shell сервер</description>
<project>http://github.com/ezh/android-component-DigiSSHD</project>
<thumb>http://github.com/ezh/android-component-DigiSSHD/raw/master/src/resources/device-2012-02-12-183721.png</thumb>
<origin>Copyright © 2011-2012 Alexey B. Aksenov/Ezh. All rights reserved.</origin>
<license>GPLv3</license>
<email>[email protected]</email>
<icon-hdpi>https://github.com/ezh/android-component-DigiSSHD/raw/master/res/drawable-hdpi/ic_launcher.png</icon-hdpi>
<icon-ldpi>https://github.com/ezh/android-component-DigiSSHD/raw/master/res/drawable-ldpi/ic_launcher.png</icon-ldpi>
<icon-mdpi>https://github.com/ezh/android-component-DigiSSHD/raw/master/res/drawable-mdpi/ic_launcher.png</icon-mdpi>
<icon-xhdpi>https://github.com/ezh/android-component-DigiSSHD/raw/master/res/drawable-xhdpi/ic_launcher.png</icon-xhdpi>
<market>market://details?id=org.digimead.digi.ctrl.sshd</market>
<github>https://github.com/downloads/ezh/android-component-DigiSSHD/DigiSSHD-0.2.2.apk</github>
<package-name>org.digimead.digi.ctrl.sshd</package-name>
</manifest>