Bump version to 0.5.7
This commit is contained in:
parent
f9f8929989
commit
6a30867fd4
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
<?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="20"
|
android:versionCode="21"
|
||||||
android:versionName="0.5.6">
|
android:versionName="0.5.7">
|
||||||
<application android:icon="@drawable/icon" android:label="@string/app_name" android:debuggable="false">
|
<application android:icon="@drawable/icon" android:label="@string/app_name" android:debuggable="false">
|
||||||
<activity android:name=".SecureSMS"
|
<activity android:name=".SecureSMS"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
|
@ -106,4 +106,4 @@
|
||||||
<instrumentation android:name="android.test.InstrumentationTestRunner"
|
<instrumentation android:name="android.test.InstrumentationTestRunner"
|
||||||
android:targetPackage="org.thoughtcrime.securesms.tests" android:label="Tests for My App" />
|
android:targetPackage="org.thoughtcrime.securesms.tests" android:label="Tests for My App" />
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
Loading…
Add table
Reference in a new issue