Skip to content

Commit

Permalink
update for pubspec and changelog for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuB committed May 2, 2019
1 parent 46628e7 commit 8ad11c7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions device_calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.1.0 - 26th February 2019
* **BREAKING CHANGE** Migrated to the plugin to use AndroidX instead of the deprecated Android support libraries. Please ensure you have migrated your application following the guide [here](https://developer.android.com/jetpack/androidx/migrate)
* **BREAKING CHANGE** Updated Kotlin to version 1.3.21
* **BREAKING CHANGE** Updated Gradle plugin to 3.3.1 and distribution to 4.10.2

## 0.0.7 - 16th November 2018
* Fixes issue [#67](https://github.com/builttoroam/flutter_plugins/issues/67) and [#68](https://github.com/builttoroam/flutter_plugins/issues/68). Thanks to PR submitted by huzhiren.

Expand Down
2 changes: 2 additions & 0 deletions device_calendar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ The following will need to be added to the manifest file for your application to
<uses-permission android:name="android.permission.WRITE_CALENDAR" />
```

**IMPORTANT**: Since version 0.1.0, this version has migrated to use AndroidX instead of the deprecated Android support libraries. When using version 0.10.0 and onwards for this plugin, please ensure your application has been migrated following the guide [here](https://developer.android.com/jetpack/androidx/migrate)

## iOS Integration

For iOS 10 support, you'll need to modify the Info.plist to add the following key/value pair
Expand Down
2 changes: 1 addition & 1 deletion device_calendar/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: device_calendar
description: A cross platform plugin for modifying calendars on the user's device.
version: 0.0.7
version: 0.0.8
author: Built to Roam <[email protected]>
homepage: https://github.com/builttoroam/flutter_plugins/tree/develop/device_calendar

Expand Down

0 comments on commit 8ad11c7

Please sign in to comment.