Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfs committed Feb 16, 2015
1 parent a6f6c26 commit 7ab82a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.dmfs.tasks"
android:versionCode="75"
android:versionName="1.1" >
android:versionCode="76"
android:versionName="1.1.1" >

<uses-sdk
android:minSdkVersion="8"
Expand Down Expand Up @@ -205,7 +205,7 @@

<data
android:host="@string/org_dmfs_tasks_authority"
android:mimeType="vnd.android.cursor.item/org.dmfs.tasks.tasks" />
android:mimeType="vnd.android.cursor.item/org.dmfs.tasks.tasks" />
</intent-filter>

<meta-data
Expand Down Expand Up @@ -242,7 +242,6 @@
<action android:name="android.intent.action.TIME_SET" />
</intent-filter>
</receiver>

<receiver android:name="org.dmfs.provider.tasks.broadcast.AccountsChangeBroadcastReceiver" >
<intent-filter>
<action android:name="android.accounts.LOGIN_ACCOUNTS_CHANGED" />
Expand Down
Binary file added releases/tasks-1.1.1.apk
Binary file not shown.

0 comments on commit 7ab82a7

Please sign in to comment.