diff --git a/README.md b/README.md index 7c48fa1a0..187d34297 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This is a task app for Android. * [Color Picker](https://github.com/dmfs/color-picker) * [Dashclock 2.0](http://code.google.com/p/dashclock/) * [Retention Magic 1.2.2](https://github.com/dmfs/retention-magic) -* [Task Provider 1.1.8](https://github.com/dmfs/task-provider) +* [Task Provider 1.1.8.1](https://github.com/dmfs/task-provider) * [xmlobject 0.4.2](https://github.com/dmfs/xmlobjects) ## TODO: diff --git a/opentasks/build.gradle b/opentasks/build.gradle index 9d6c3a7d9..e072c1f93 100644 --- a/opentasks/build.gradle +++ b/opentasks/build.gradle @@ -7,8 +7,8 @@ android { applicationId "org.dmfs.tasks" minSdkVersion 8 targetSdkVersion 22 - versionCode 102 - versionName '1.1.8.1' + versionCode 103 + versionName '1.1.8.2' } buildTypes { release { @@ -39,7 +39,7 @@ dependencies { // xmlpull is part of the runtime, so don't pull it in here exclude group: 'xmlpull', module: 'xmlpull' } - compile('org.dmfs:opentasks-provider:1.1.8') + compile('org.dmfs:opentasks-provider:1.1.8.1') compile 'com.google.android.apps.dashclock:dashclock-api:2.0.0' compile 'com.github.dmfs:color-picker:c3b3b52033dc0b33bd831e731ec6f74fb1e8a69a' } diff --git a/releases/opentasks-1.1.8.2.apk b/releases/opentasks-1.1.8.2.apk new file mode 100644 index 000000000..e0e07dd2e Binary files /dev/null and b/releases/opentasks-1.1.8.2.apk differ