|
|
@ -1,10 +1,10 @@
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
package="org.thoughtcrime.securesms"
|
|
|
|
package="org.thoughtcrime.securesms"
|
|
|
|
android:versionCode="24"
|
|
|
|
android:versionCode="25"
|
|
|
|
android:versionName="0.6.2">
|
|
|
|
android:versionName="0.7">
|
|
|
|
|
|
|
|
|
|
|
|
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="14"/>
|
|
|
|
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="16"/>
|
|
|
|
|
|
|
|
|
|
|
|
<permission android:name="org.thoughtcrime.securesms.ACCESS_SECRETS"
|
|
|
|
<permission android:name="org.thoughtcrime.securesms.ACCESS_SECRETS"
|
|
|
|
android:label="Access to TextSecure Secrets"
|
|
|
|
android:label="Access to TextSecure Secrets"
|
|
|
|