2013-07-09 18:26:18 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
package="org.whispersystems.textsecure"
|
|
|
|
android:versionCode="1"
|
|
|
|
android:versionName="0.1">
|
2014-02-02 19:38:06 -08:00
|
|
|
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="16"/>
|
2013-07-09 18:26:18 -07:00
|
|
|
<application />
|
|
|
|
</manifest>
|