diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d7a4ea6..ab02bbaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2.0.4+1 +* Removed `Telecom Framework` (Android) + ## 2.0.4 * Removed `Telecom Framework` (Android) * Fixed hide notification for action `CallBack` (Android) diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index 0bc478ba..c69d6e2d 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -48,15 +48,5 @@ android:exported="true" android:name="com.hiennv.flutter_callkit_incoming.CallkitSoundPlayerService"/> - - - - - - diff --git a/pubspec.yaml b/pubspec.yaml index 7766bcf6..93f63dd7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_callkit_incoming description: Flutter Callkit Incoming to show callkit screen in your Flutter app. -version: 2.0.4 +version: 2.0.4+1 homepage: https://github.com/hiennguyen92/flutter_callkit_incoming repository: https://github.com/hiennguyen92/flutter_callkit_incoming issue_tracker: https://github.com/hiennguyen92/flutter_callkit_incoming/issues