Skip to content

Commit

Permalink
Fix readme where Objective-C was written twice
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuB committed Dec 18, 2019
1 parent b497fe0 commit bbf8357
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

# [0.9.0+1]
* Fix readme where Objective-C was written twice

# [0.9.0]
* [Android] Add ability to customise visibility of a notification on the lockscreen. Thanks to PR by [gianlucaparadise](https://github.com/gianlucaparadise)
* [Android] Bumped compile and target SDK to 29
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,6 @@ The plugin also makes use of GSON and the Proguard rules can be found [here](htt

Add the following lines to the `didFinishLaunchingWithOptions` method in the AppDelegate.m/AppDelegate.swift file of your iOS project

Objective-C

Objective-C:
```objc
if (@available(iOS 10.0, *)) {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_local_notifications
description: A cross platform plugin for displaying and scheduling local notifications for Flutter applications with the ability to customise for each platform.
version: 0.9.0
version: 0.9.0+1
homepage: https://github.com/MaikuB/flutter_local_notifications

dependencies:
Expand Down

0 comments on commit bbf8357

Please sign in to comment.