diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a0f2121..c5685a86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ **💥 Breaking Changes**\ * Refactored `AlarmSettings` model. * Ignore oncoming alarm if another alarm is ringing. +* [Android] Add customizable notification icon. * [Android] Update kotlin version to `1.8.0`. ## 4.0.0-dev.2 diff --git a/example/lib/screens/home.dart b/example/lib/screens/home.dart index 12c233a9..dc12d7b7 100644 --- a/example/lib/screens/home.dart +++ b/example/lib/screens/home.dart @@ -81,7 +81,7 @@ class _ExampleAlarmHomeScreenState extends State { @override Widget build(BuildContext context) { return Scaffold( - appBar: AppBar(title: const Text('alarm 4.0.0-dev.2')), + appBar: AppBar(title: const Text('alarm 4.0.0-dev.3')), body: SafeArea( child: alarms.isNotEmpty ? ListView.separated( diff --git a/example/pubspec.lock b/example/pubspec.lock index 1c38f640..6b12f3b1 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "4.0.0-dev.2" + version: "4.0.0-dev.3" async: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 1429fc4f..736a0bb2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: alarm description: A simple Flutter alarm manager plugin for both iOS and Android. -version: 4.0.0-dev.2 +version: 4.0.0-dev.3 homepage: https://github.com/gdelataillade/alarm environment: