1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-12-28 17:08:08 +00:00

bump to version 22

This commit is contained in:
Greg Alexander 2019-09-01 15:45:02 -04:00
parent 823591055a
commit ad119a4da0
2 changed files with 2 additions and 4 deletions

2
NOTES
View File

@ -970,8 +970,6 @@ And a few people have written back to say the atexit bypass worked for
their SIGSEGV - pfew!
XXX - add org.galexander.sshd.START / STOP broadcast targets to start and stop the service (try with Tasker)
--- new release

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="21"
android:versionName="21">
android:versionCode="22"
android:versionName="22">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />