1
0
mirror of http://galexander.org/git/simplesshd.git synced 2025-01-03 19:50:55 +00:00

bump version to 1.1 so that people will actually get these new static binaries

This commit is contained in:
Greg Alexander 2014-12-29 16:26:07 -05:00
parent c8d1c356d1
commit 334c4f3b58

View File

@ -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="1"
android:versionName="1.0">
android:versionCode="2"
android:versionName="1.1">
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="11" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />