Skip to content

Commit

Permalink
upgrade opentasks-provider to 1.1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfs committed Feb 10, 2016
1 parent bd2edc0 commit b9e5d52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions opentasks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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'
}
Binary file added releases/opentasks-1.1.8.2.apk
Binary file not shown.

0 comments on commit b9e5d52

Please sign in to comment.