Great Update to the source

This commit is contained in:
Vlad Mihalachi
2014-09-25 14:19:23 +02:00
parent ec5645c2a4
commit 276b831ceb
382 changed files with 21651 additions and 3801 deletions

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.sufficientlysecure.rootcommands"
android:versionCode="3"
android:versionName="1.2" >
<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="17" />
<application />
</manifest>