From 5290ca9fc45f0394646c075bf8f5a611e9e8adfe Mon Sep 17 00:00:00 2001 From: Hatem Ragab Date: Wed, 1 Jan 2025 15:52:28 +0200 Subject: [PATCH 1/2] Fix namespace bug --- android/build.gradle | 2 +- example/pubspec.yaml | 2 +- pubspec.yaml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 3b21423..171a3d4 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -23,7 +23,7 @@ apply plugin: 'com.android.library' android { compileSdkVersion 31 - + namespace = "com.github.cloudwebrtc.flutter_callkeep" defaultConfig { minSdkVersion 23 } diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 49de966..621da8e 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: # the parent directory to use the current plugin's version. path: ../ - firebase_messaging: ^14.9.2 + firebase_messaging: ^15.1.3 flutter: sdk: flutter logger: ^2.0.2+1 diff --git a/pubspec.yaml b/pubspec.yaml index f816fea..8f55133 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,11 +8,11 @@ environment: flutter: ">=1.22.0" dependencies: - firebase_messaging: ^14.9.2 +# firebase_messaging: ^15.1.3 flutter: sdk: flutter - logger: ^2.0.2+1 - uuid: ^4.4.0 + logger: ^2.5.0 + uuid: ^4.5.1 dev_dependencies: flutter_test: From 7b4be3d7371ddf7888ea4ef5f5212ae4338d17fe Mon Sep 17 00:00:00 2001 From: Hatem Ragab Date: Wed, 1 Jan 2025 16:04:00 +0200 Subject: [PATCH 2/2] Android Gradle Plugin (AGP) --- android/src/main/AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index a2c1457..6320f70 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -1,6 +1,6 @@ - + - \ No newline at end of file +